Table of Contents

Class FtpAuthenticationException

Namespace
FluentFTP.Exceptions
Assembly
FluentFTP.dll

Exception triggered on FTP authentication failures

public class FtpAuthenticationException : FtpCommandException, ISerializable
Inheritance
FtpAuthenticationException
Implements
Inherited Members
Extension Methods

Constructors

FtpAuthenticationException(FtpReply)

Initializes a new instance of a FtpAuthenticationException

public FtpAuthenticationException(FtpReply reply)

Parameters

reply FtpReply

The FtpReply to build the exception from

FtpAuthenticationException(string, string)

Initializes a new instance of a FtpAuthenticationException

public FtpAuthenticationException(string code, string message)

Parameters

code string

Status code

message string

Associated message