ErrorType Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Specifies the JScript error types.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

public enum class ErrorType

Member nameDescription
EvalError

This API supports the product infrastructure and is not intended to be used directly from your code. An eval Method (Visual Studio - JScript) error. Corresponds to the EvalErrorObject object.

OtherError

This API supports the product infrastructure and is not intended to be used directly from your code. Any error other than one of the other error types. This is the default value.

RangeError

This API supports the product infrastructure and is not intended to be used directly from your code. A range error. Corresponds to the RangeErrorObject object.

ReferenceError

This API supports the product infrastructure and is not intended to be used directly from your code. A reference error. Corresponds to the ReferenceErrorObject object.

SyntaxError

This API supports the product infrastructure and is not intended to be used directly from your code. A syntax error. Corresponds to the SyntaxErrorObject object.

TypeError

This API supports the product infrastructure and is not intended to be used directly from your code. A type error. Corresponds to the TypeErrorObject object.

URIError

This API supports the product infrastructure and is not intended to be used directly from your code. A Uniform Resource Identifier (URI) error. Corresponds to the URIErrorObject object.

.NET Framework
Available since 1.1
Return to top
Show: