SshException Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
The exception that is thrown when an SSH error occurs.
Syntax
public class SshException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Ssh |
Initializes a new instance of the Ssh |
Ssh |
Initializes a new instance of the Ssh |
Ssh |
Initializes a new instance of the Ssh |
Ssh |
Initializes a new instance of the Ssh |
Properties
Name | Description |
---|---|
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Status | Gets the exception status. |
Methods
Name | Description |
---|---|
Get |
Gets information about SSH negotiation. |