C# Class MsieJavaScriptEngine.JsRt.JavaScriptEngineException

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

Méthodes publiques

Méthode Description
JavaScriptEngineException ( JavaScriptErrorCode code ) : System

Initializes a new instance of the JavaScriptEngineException class.

JavaScriptEngineException ( JavaScriptErrorCode code, string message ) : System

Initializes a new instance of the JavaScriptEngineException class.

Private Methods

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

Initializes a new instance of the JavaScriptEngineException class.

Method Details

JavaScriptEngineException() public méthode

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

JavaScriptEngineException() public méthode

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