[]
Provides data for the Error event.
public class ErrorEventArgs : EventArgs
| Name | Description |
|---|---|
| Continue | True to continue as if no exception was raised. |
| Exception | The exception which caused the Event to be raised. |
| Handled | True if the exception has been handled. |