Overload List
Name | Description | |
---|---|---|
SftpException()()()() |
Initializes a new instance of the SftpException class.
| |
SftpException(String) |
Initializes a new instance of the SftpException class with the specified error message.
| |
SftpException(String, SftpExceptionStatus) |
Initializes a new instance of the SftpException class with the specified error message and status.
| |
SftpException(String, Exception) |
Initializes a new instance of the SftpException class with the specified error message
and a reference to the inner exception that is the cause of this exception.
| |
SftpException(String, Exception, SftpExceptionStatus) |
Initializes a new instance of the SftpException class with the specified error message, status,
and a reference to the inner exception that is the cause of this exception.
|