Defines status codes for the SshException class.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Enumeration SshExceptionStatus
C#
public enum SshExceptionStatus

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnclassifiableError
An unclassifiable error occurred. This is the default value for Status.
Supported by the .NET Compact FrameworkConnectFailure
The remote service point could not be contacted at the transport level.
Supported by the .NET Compact FrameworkConnectionClosed
The connection was prematurely closed.
Supported by the .NET Compact FrameworkProtocolError
The response received from the server was complete but indicated a protocol-level error.
Supported by the .NET Compact FrameworkUnexpectedMessage
The response received from the server was complete but unexpected.
Supported by the .NET Compact FrameworkTimeout
No response was received during the time-out period for a request.
Supported by the .NET Compact FrameworkOperationFailure
The requested operation could not be completed.
Supported by the .NET Compact FrameworkPasswordChangeRequired
Password needs to be changed.
Supported by the .NET Compact FrameworkSocketError
The error at transport level occurred.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also