C# Class Renci.SshNet.Common.SshException

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

Méthodes publiques

Méthode Description
SshException ( ) : System

Initializes a new instance of the SshException class.

SshException ( string message ) : System

Initializes a new instance of the SshException class.

SshException ( string message, Exception inner ) : System

Initializes a new instance of the SshException class.

Méthodes protégées

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

Initializes a new instance of the SshException class.

Method Details

SshException() public méthode

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

SshException() protected méthode

Initializes a new instance of the SshException class.
The parameter is null. The class name is null or is zero (0).
protected SshException ( 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

SshException() public méthode

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

SshException() public méthode

Initializes a new instance of the SshException class.
public SshException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
Résultat System