The properties of the FTPErrorEventArgs class are listed below. For a complete list of FTPErrorEventArgs class members, see the FTPErrorEventArgs Members topic.
Arguments | Arguments to the method that was being executed when the exception was thrown. |
ConnectionInstanceNumber (inherited from FTPEventArgs) | Identifies the pooled connection on which the task is running. |
Exception | Exception that was thrown. |
IsGuiThread (inherited from FTPEventArgs) | Indicates whether or not the event-handler has been invoked on the GUI thread. |
SyncMethodName | Name of the method that was being executed when the exception was thrown. |
TaskID (inherited from FTPEventArgs) | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |