Method | Description | |
---|---|---|
IeJsScriptException ( JsErrorCode errorCode, |
Initializes a new instance of the IeJsScriptException class
|
|
IeJsScriptException ( JsErrorCode errorCode, |
Initializes a new instance of the IeJsScriptException class with a specified error message
|
Method | Description | |
---|---|---|
IeJsScriptException ( |
Initializes a new instance of the IeJsScriptException class with serialized data
|
public IeJsScriptException ( JsErrorCode errorCode, |
||
errorCode | JsErrorCode | The error code returned |
error | The JavaScript error object | |
return | System |
public IeJsScriptException ( JsErrorCode errorCode, |
||
errorCode | JsErrorCode | The error code returned |
error | The JavaScript error object | |
message | string | The error message |
return | System |