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

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

Syntax

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

Inheritance Hierarchy

See Also