Occurs when there is an error while a command was being sent or
a reply was being received.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public virtual event FTPErrorEventHandler CommandError |
| Visual Basic |
|---|
Public Overridable Event CommandError As FTPErrorEventHandler |
| Visual C++ |
|---|
public: virtual event FTPErrorEventHandler^ CommandError { void add (FTPErrorEventHandler^ value); void remove (FTPErrorEventHandler^ value); } |