Skip to content

JSErrorType enumeration

C#
public enum JSErrorType

Values

namevaluedescription
Error0
TypeError1
RangeError2
SyntaxError3

See Also

Released under the MIT license