Skip to content

JSError structure

C#
public struct JSError

Public Members

namedescription
JSError(…)(3 constructors)
Message { get; }
Value { get; }
ThrowError()
static Fatal(…)
static GetAndClearLastException()
static IsExceptionPending()
static ThrowError(…)Throws a JS error for a .NET exception. (3 methods)
static ThrowRangeError(…)(2 methods)
static ThrowSyntaxError(…)(2 methods)
static ThrowTypeError(…)(2 methods)
struct FatalIfFailedScopeConverts ThrowIfFailed to FatalIfFailed in that scope.

See Also

Released under the MIT license