Table of Contents

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 string

The error message

FtpException(string, Exception)

Initializes a new instance of the FtpException class with an inner exception.

public FtpException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.