C# Class MsieJavaScriptEngine.JsRt.Edge.EdgeJsScriptException

Inheritance: System.JsException
Exibir arquivo Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method Description
EdgeJsScriptException ( JsErrorCode errorCode, EdgeJsValue error ) : System

Initializes a new instance of the EdgeJsScriptException class

EdgeJsScriptException ( JsErrorCode errorCode, EdgeJsValue error, string message ) : System

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

Private Methods

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

Initializes a new instance of the EdgeJsScriptException class with serialized data

Method Details

EdgeJsScriptException() public method

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

EdgeJsScriptException() public method

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