edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Occurs when an exception is thrown during an asynchronous operation.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual event FTPErrorEventHandler Error
Visual Basic
Public Overridable Event Error As FTPErrorEventHandler
Visual C++
public:
virtual  event FTPErrorEventHandler^ Error {
	void add (FTPErrorEventHandler^ value);
	void remove (FTPErrorEventHandler^ value);
}

See Also