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