C# Class MsieJavaScriptEngine.JsRt.JavaScriptUsageException

Inheritance: JavaScriptException
Mostrar archivo Open project: klumsy/PowerShellJS

Public Methods

Method Description
JavaScriptUsageException ( JavaScriptErrorCode code ) : System

Initializes a new instance of the JavaScriptUsageException class.

JavaScriptUsageException ( JavaScriptErrorCode code, string message ) : System

Initializes a new instance of the JavaScriptUsageException class.

Private Methods

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

Initializes a new instance of the JavaScriptUsageException class.

Method Details

JavaScriptUsageException() public method

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

JavaScriptUsageException() public method

Initializes a new instance of the JavaScriptUsageException class.
public JavaScriptUsageException ( JavaScriptErrorCode code, string message ) : System
code JavaScriptErrorCode The error code returned.
message string The error message.
return System