TerminalException Constructor
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
TerminalException()
Initializes a new instance of the TerminalException class.
Declaration
public TerminalException()
TerminalException(String)
Initializes a new instance of the TerminalException class with the specified error message.
Declaration
public TerminalException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
TerminalException(String, Exception)
Initializes a new instance of the TerminalException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public TerminalException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | inner | The exception that is the cause of the current exception. |