Skip to content

JSError constructor (1 of 3)

C#
public JSError(Exception exception)

See Also


JSError constructor (2 of 3)

C#
public JSError(JSValue? error)

See Also


JSError constructor (3 of 3)

C#
public JSError(string? message = null, JSErrorType errorType = JSErrorType.Error, 
    string? code = null)

See Also

Released under the MIT license