C# Class JavaScriptEngineSwitcher.ChakraCore.JsRt.JsScriptException

Inheritance: JsException
ファイルを表示 Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
JsScriptException ( JsErrorCode errorCode, JsValue error ) : System

Initializes a new instance of the JsScriptException class

JsScriptException ( JsErrorCode errorCode, JsValue error, string message ) : System

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

Private Methods

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

Initializes a new instance of the JsScriptException class with serialized data

Method Details

JsScriptException() public method

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

JsScriptException() public method

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