C# Class JavaScriptEngineSwitcher.ChakraCore.JsRt.JsEngineException

The exception that occurred in the workings of the JavaScript engine itself
Inheritance: JsException
ファイルを表示 Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
JsEngineException ( JsErrorCode errorCode ) : System

Initializes a new instance of the JsEngineException class

JsEngineException ( JsErrorCode errorCode, string message ) : System

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

Private Methods

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

Initializes a new instance of the JsEngineException class with serialized data

Method Details

JsEngineException() public method

Initializes a new instance of the JsEngineException class
public JsEngineException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
return System

JsEngineException() public method

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