Occurs when an exception is thrown during an asynchronous operation.
Namespace: EnterpriseDT.Net.FtpAssembly: 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); } |