C# Class GestSpace.InterpreterException

Inheritance: System.Exception
Show file Open project: NicolasDorier/GestSpace

Public Methods

Method Description
InterpreterException ( ) : System
InterpreterException ( string message ) : System
InterpreterException ( string message, Exception inner ) : System

Protected Methods

Method Description
InterpreterException ( System info, System context ) : System

Method Details

InterpreterException() public method

public InterpreterException ( ) : System
return System

InterpreterException() protected method

protected InterpreterException ( System info, System context ) : System
info System
context System
return System

InterpreterException() public method

public InterpreterException ( string message ) : System
message string
return System

InterpreterException() public method

public InterpreterException ( string message, Exception inner ) : System
message string
inner System.Exception
return System