C# Class MsieJavaScriptEngine.JsRt.JsEngineException

Inheritance: JsException
Mostrar archivo Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method Description
JsEngineException ( JsErrorCode errorCode ) : System

Initializes a new instance of the JsEngineException class

JsEngineException ( JsErrorCode errorCode, string message ) : System

Initializes a new instance of the JsEngineException class with a specified error message

Private Methods

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

Initializes a new instance of the JsEngineException class with serialized data

Method Details

JsEngineException() public method

Initializes a new instance of the JsEngineException class
public JsEngineException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
return System

JsEngineException() public method

Initializes a new instance of the JsEngineException class with a specified error message
public JsEngineException ( JsErrorCode errorCode, string message ) : System
errorCode JsErrorCode The error code returned
message string The error message
return System