C# Class MsieJavaScriptEngine.JsRt.Edge.EdgeJsScriptException

Inheritance: System.JsException
Afficher le fichier Open project: Taritsyn/MsieJavaScriptEngine

Méthodes publiques

Méthode 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

Méthode Description
EdgeJsScriptException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the EdgeJsScriptException class with serialized data

Method Details

EdgeJsScriptException() public méthode

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
Résultat System

EdgeJsScriptException() public méthode

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
Résultat System