Renci.SshNet.Common.SshConnectionException.SshConnectionException C# (CSharp) Method

SshConnectionException() public method

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( ) : System
return System
        public SshConnectionException()
        {
        }

Same methods

SshConnectionException::SshConnectionException ( SerializationInfo info, StreamingContext context ) : System
SshConnectionException::SshConnectionException ( string message ) : System
SshConnectionException::SshConnectionException ( string message, DisconnectReason disconnectReasonCode ) : System
SshConnectionException::SshConnectionException ( string message, DisconnectReason disconnectReasonCode, Exception inner ) : System
SshConnectionException