edtFTPnet/Express - Class Reference

FTPStatusBar.Error Event

Occurs when an exception is thrown during an asynchronous operation.

public event FTPErrorEventHandler Error;

Event Data

The event handler receives an argument of type FTPErrorEventArgs containing data related to this event. The following FTPErrorEventArgs properties provide information specific to this event.

Property Description
Arguments Arguments to the method that was being executed when the exception was thrown.
Exception Exception that was thrown.
SyncMethodName Name of the method that was being executed when the exception was thrown.

See Also

FTPStatusBar Class | EnterpriseDT.Net.Ftp.Forms Namespace