SshExceptionStatus Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Defines status codes for the SshException class.
Syntax
public enum SshExceptionStatus
  Fields
| Name | Description | 
|---|---|
| ConnectFailure | The remote service point could not be contacted at the transport level.  | 
      
| ConnectionClosed | The connection was prematurely closed.  | 
      
| OperationFailure | The requested operation could not be completed.  | 
      
| PasswordChangeRequired | Password needs to be changed.  | 
      
| ProtocolError | The response received from the server was complete but indicated a protocol-level error.  | 
      
| SocketError | The error at transport level occurred.  | 
      
| Timeout | No response was received during the time-out period for a request.  | 
      
| UnclassifiableError | An unclassifiable error occurred. This is the default value for Status.  | 
      
| UnexpectedMessage | The response received from the server was complete but unexpected.  |