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