C# Class Renci.SshNet.Common.SshConnectionException

Inheritance: SshException
显示文件 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
SshConnectionException ( ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message, DisconnectReason disconnectReasonCode ) : System

Initializes a new instance of the SshConnectionException class.

SshConnectionException ( string message, DisconnectReason disconnectReasonCode, Exception inner ) : System

Initializes a new instance of the SshConnectionException class.

Protected Methods

Method Description
SshConnectionException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SshConnectionException class.

Method Details

SshConnectionException() public method

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

SshConnectionException() protected method

Initializes a new instance of the SshConnectionException class.
The parameter is null. The class name is null or is zero (0).
protected SshConnectionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System

SshConnectionException() public method

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message ) : System
message string The message.
return System

SshConnectionException() public method

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message, DisconnectReason disconnectReasonCode ) : System
message string The message.
disconnectReasonCode DisconnectReason The disconnect reason code.
return System

SshConnectionException() public method

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( string message, DisconnectReason disconnectReasonCode, Exception inner ) : System
message string The message.
disconnectReasonCode DisconnectReason The disconnect reason code.
inner System.Exception The inner.
return System