C# Class MsieJavaScriptEngine.ActiveScript.ActiveScriptException

Inheritance: System.Exception
Mostrar archivo Open project: Taritsyn/MsieJavaScriptEngine Class Usage Examples

Public Methods

Method Description
ActiveScriptException ( string message ) : System

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

ActiveScriptException ( string message, Exception innerException ) : System

Initializes a new instance of the ActiveScriptException class with a specified error message and a reference to the inner exception that is the cause of this exception

Private Methods

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

Initializes a new instance of the ActiveScriptException class with serialized data

Create ( IActiveScriptError error ) : ActiveScriptException
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ActiveScriptException() public method

Initializes a new instance of the ActiveScriptException class with a specified error message
public ActiveScriptException ( string message ) : System
message string The message
return System

ActiveScriptException() public method

Initializes a new instance of the ActiveScriptException class with a specified error message and a reference to the inner exception that is the cause of this exception
public ActiveScriptException ( string message, Exception innerException ) : System
message string The message
innerException System.Exception The inner exception
return System