JScriptException Constructor (JSError)

 

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

Initializes a new instance of the JScriptException class, using the specified JSError.

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

public:
JScriptException(
	JSError errorNumber
)

Parameters

errorNumber
Type: Microsoft.JScript::JSError

One of the enumeration values. The value specifies the error.

.NET Framework
Available since 1.1
Return to top
Show: