UnhandledDataExceptionEventArgs Class Members
In This Topic
The following tables list the members exposed by UnhandledDataExceptionEventArgs.
Public Properties
| Name | Description |
 | Exception | Gets the exception that was thrown by the data source that is wrapped by the provider. |
 | Handled | Gets or sets a value indicating whether the event was handled. |
 | Result | Gets or sets the action to take when an exception is thrown from the data source. |
 | RetryCount | Gets a value representing the number of attempts that were made to send the data queries. |
Top
See Also