TerminalException Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
An exception that is thrown when a terminal error occurs.
Syntax
public class TerminalException : Exception, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
TerminalException() | Initializes a new instance of the TerminalException class. |
TerminalException(String) | Initializes a new instance of the TerminalException class with the specified error message. |
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. |
Properties
Name | Description |
---|---|
Status | Gets the exception status. |