C# Class MsieJavaScriptEngine.JsRt.JsFatalException

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

Méthodes publiques

Méthode Description
JsFatalException ( JsErrorCode errorCode ) : System

Initializes a new instance of the JsFatalException class

JsFatalException ( JsErrorCode errorCode, string message ) : System

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

Private Methods

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

Initializes a new instance of the JsFatalException class with serialized data

Method Details

JsFatalException() public méthode

Initializes a new instance of the JsFatalException class
public JsFatalException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
Résultat System

JsFatalException() public méthode

Initializes a new instance of the JsFatalException class with a specified error message
public JsFatalException ( JsErrorCode errorCode, string message ) : System
errorCode JsErrorCode The error code returned
message string The error message
Résultat System