SshException Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
The exception that is thrown when an SSH error occurs.
Syntax
public class SshException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
SshException() | Initializes a new instance of the SshException class. |
SshException(String) | Initializes a new instance of the SshException class with the specified error message. |
SshException(String, Exception) | Initializes a new instance of the SshException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
SshException(String, Exception, SshExceptionStatus) | Initializes a new instance of the SshException class with the specified error message, status, and a reference to the inner exception that is the cause of this exception. |
Properties
Name | Description |
---|---|
ProtocolCode | Gets the protocol error code, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException. |
ProtocolMessage | Gets the protocol error message, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException. |
Status | Gets the exception status. |
Methods
Name | Description |
---|---|
GetServerInfo() | Gets information about SSH negotiation. |