C# Class MsieJavaScriptEngine.JsRt.JavaScriptEngineException

Inheritance: JavaScriptException
Mostrar archivo Open project: klumsy/PowerShellJS

Public Methods

Method 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

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

Initializes a new instance of the JavaScriptEngineException class.

Method Details

JavaScriptEngineException() public method

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

JavaScriptEngineException() public method

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.
return System