C# Class MsieJavaScriptEngine.JsRt.JavaScriptFatalException

Inheritance: JavaScriptException
Mostrar archivo Open project: klumsy/PowerShellJS

Public Methods

Method 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

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

Initializes a new instance of the JavaScriptFatalException class.

Method Details

JavaScriptFatalException() public method

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

JavaScriptFatalException() public method

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