Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkFtpException()()()()
Initializes a new instance of the FtpException class.
Public methodSupported by the .NET Compact FrameworkFtpException(String)
Initializes a new instance of the FtpException class with the specified error message.
Public methodSupported by the .NET Compact FrameworkFtpException(FtpResponse)
Initializes a new instance of the FtpException class with the specified FtpResponse.
Public methodSupported by the .NET Compact FrameworkFtpException(String, FtpExceptionStatus)
Initializes a new instance of the FtpException class with the specified error message and status.
Public methodSupported by the .NET Compact FrameworkFtpException(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.
Public methodSupported by the .NET Compact FrameworkFtpException(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.

See Also