Skip to content

JSException.Error property

Gets the JavaScript error that caused this exception, or null if the exception was not caused by a JavaScript error.

C#
public JSError? Error { get; }

See Also

Released under the MIT license