C# Class Renci.SshNet.Common.SshConnectionException

Inheritance: SshException
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
SshConnectionException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SshConnectionException class.

Method Details

SshConnectionException() public méthode

Initializes a new instance of the SshConnectionException class.
public SshConnectionException ( ) : System
Résultat System

SshConnectionException() protected méthode

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.
Résultat System

SshConnectionException() public méthode

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

SshConnectionException() public méthode

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.
Résultat System

SshConnectionException() public méthode

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.
Résultat System