C# Class Renci.SshNet.Common.ScpException

Inheritance: SshException
Afficher le fichier Open project: checkymander/sshiva Class Usage Examples

Méthodes publiques

Méthode Description
ScpException ( ) : System

Initializes a new instance of the ScpException class.

ScpException ( string message ) : System

Initializes a new instance of the ScpException class.

ScpException ( string message, Exception innerException ) : System

Initializes a new instance of the ScpException class.

Méthodes protégées

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

Initializes a new instance of the ScpException class.

Method Details

ScpException() public méthode

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

ScpException() protected méthode

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

ScpException() public méthode

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

ScpException() public méthode

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