Defines status codes for the TerminalException class.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Enumeration TerminalExceptionStatus |
C# |
---|
public enum TerminalExceptionStatus |
Members
Member name | Description | |
---|---|---|
UnclassifiableError |
An unclassifiable error occurred. This is the default value for Status.
| |
OperationFailure |
The requested operation could not be completed.
| |
ReceivingError |
Data receiving error.
| |
ProcessingError |
Data processing error.
| |
Timeout |
Operation could not complete within the specified time-out period.
|