Class FtpException
- Namespace
- FluentFTP.Exceptions
- Assembly
- FluentFTP.dll
FTP related error
public class FtpException : Exception, ISerializable
- Inheritance
-
FtpException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
FtpException(string)
Initializes a new instance of the FtpException class.
public FtpException(string message)
Parameters
message
stringThe error message
FtpException(string, Exception)
Initializes a new instance of the FtpException class with an inner exception.
public FtpException(string message, Exception innerException)