C# Class Renci.SshNet.Common.SftpPathNotFoundException

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

Public Methods

Method Description
SftpPathNotFoundException ( ) : System

Initializes a new instance of the SftpPathNotFoundException class.

SftpPathNotFoundException ( string message ) : System

Initializes a new instance of the SftpPathNotFoundException class.

SftpPathNotFoundException ( string message, Exception innerException ) : System

Initializes a new instance of the SftpPathNotFoundException class.

Protected Methods

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

Initializes a new instance of the SftpPathNotFoundException class.

Method Details

SftpPathNotFoundException() public method

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

SftpPathNotFoundException() protected method

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

SftpPathNotFoundException() public method

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

SftpPathNotFoundException() public method

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