edtFTPnet/Free - Open-source FTP component for .NET | Download
FTP authentication exceptions

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
[SerializableAttribute]
public class FTPAuthenticationException : FTPException
Visual Basic
<SerializableAttribute> _
Public Class FTPAuthenticationException _
	Inherits FTPException
Visual C++
[SerializableAttribute]
public ref class FTPAuthenticationException : public FTPException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      EnterpriseDT.Net.Ftp..::..FileTransferException
        EnterpriseDT.Net.Ftp..::..FTPException
          EnterpriseDT.Net.Ftp..::..FTPAuthenticationException

See Also