C# Class MsieJavaScriptEngine.JsRt.Ie.IeJsScriptException

Inheritance: System.JsException
Show file Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method Description
IeJsScriptException ( JsErrorCode errorCode, IeJsValue error ) : System

Initializes a new instance of the IeJsScriptException class

IeJsScriptException ( JsErrorCode errorCode, IeJsValue error, string message ) : System

Initializes a new instance of the IeJsScriptException class with a specified error message

Private Methods

Method Description
IeJsScriptException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the IeJsScriptException class with serialized data

Method Details

IeJsScriptException() public method

Initializes a new instance of the IeJsScriptException class
public IeJsScriptException ( JsErrorCode errorCode, IeJsValue error ) : System
errorCode JsErrorCode The error code returned
error IeJsValue The JavaScript error object
return System

IeJsScriptException() public method

Initializes a new instance of the IeJsScriptException class with a specified error message
public IeJsScriptException ( JsErrorCode errorCode, IeJsValue error, string message ) : System
errorCode JsErrorCode The error code returned
error IeJsValue The JavaScript error object
message string The error message
return System