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