Occurs when an exception is thrown during an asynchronous operation.
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. |