Initializes a new instance of the SshConnectionException class.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public SshConnectionException( string message, DisconnectReason disconnectReasonCode, Exception inner )
Parameters
- message
- Type:
System String
The message.
- disconnectReasonCode
- Type: Renci.SshNet.Messages.Transport DisconnectReason
The disconnect reason code.
- inner
- Type:
System Exception
The inner.
See Also