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
FtpReplyThe FtpReply to build the exception from
FtpAuthenticationException(string, string)
Initializes a new instance of a FtpAuthenticationException
public FtpAuthenticationException(string code, string message)