TerminalExceptionStatus Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Defines status codes for the TerminalException class.
Syntax
public enum TerminalExceptionStatus
Fields
Name | Description |
---|---|
OperationFailure | The requested operation could not be completed. |
ProcessingError | Data processing error. |
ReceivingError | Data receiving error. |
Timeout | Operation could not complete within the specified time-out period. |
UnclassifiableError | An unclassifiable error occurred. This is the default value for Status. |