C# Class MsieJavaScriptEngine.JsRt.JavaScriptFatalException

Inheritance: JavaScriptException
Afficher le fichier Open project: klumsy/PowerShellJS

Méthodes publiques

Méthode Description
JavaScriptFatalException ( JavaScriptErrorCode code ) : System

Initializes a new instance of the JavaScriptFatalException class.

JavaScriptFatalException ( JavaScriptErrorCode code, string message ) : System

Initializes a new instance of the JavaScriptFatalException class.

Private Methods

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

Initializes a new instance of the JavaScriptFatalException class.

Method Details

JavaScriptFatalException() public méthode

Initializes a new instance of the JavaScriptFatalException class.
public JavaScriptFatalException ( JavaScriptErrorCode code ) : System
code JavaScriptErrorCode The error code returned.
Résultat System

JavaScriptFatalException() public méthode

Initializes a new instance of the JavaScriptFatalException class.
public JavaScriptFatalException ( JavaScriptErrorCode code, string message ) : System
code JavaScriptErrorCode The error code returned.
message string The error message.
Résultat System