The FTPErrorEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ShowMessageBox()()()() |
Shows a MessageBox containing the
message of the exception.
| |
| ShowMessageBox(Boolean) |
Shows a MessageBox containing the
type of the exception as well as its message and stack-trace.
| |
| ShowMessageBox(IWin32Window) |
Shows a MessageBox containing the
message of the exception.
| |
| ShowMessageBox(IWin32Window, Boolean) |
Shows a MessageBox containing the
type of the exception as well as its message and stack-trace.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Arguments |
Arguments to the method that was being executed when the exception was thrown.
| |
| ConnectionInstanceNumber |
Identifies the pooled connection on which the task is running.
(Inherited from FTPEventArgs.) | |
| Exception |
Exception that was thrown.
| |
| IsGuiThread |
Indicates whether or not the event-handler has been invoked on the GUI thread.
(Inherited from FTPEventArgs.) | |
| SyncMethodName |
Name of the method that was being executed when the exception was thrown.
| |
| TaskID |
Identifies the asynchronous operation within which the event was triggered
(applies to asynchronous methods only).
(Inherited from FTPEventArgs.) |