C# Class Renci.SshNet.Common.ScpException

Inheritance: SshException
Datei anzeigen Open project: checkymander/sshiva Class Usage Examples

Public Methods

Method 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.

Protected Methods

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

Initializes a new instance of the ScpException class.

Method Details

ScpException() public method

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

ScpException() protected method

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.
return System

ScpException() public method

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

ScpException() public method

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