The following tables list the members exposed by DataProviderErrorEventArgs.
| Name | Description | |
|---|---|---|
![]() | DataProviderErrorEventArgs Constructor | Creates a DataProviderErrorEventArgs instance in response to an exception being thrown within the data provider. |
| Name | Description | |
|---|---|---|
![]() | Condition | The ErrorCondition enumeration constant associated with the current data provider error. |
![]() | DataContext | The DataContext being performed at the time of the DataProviderError event, if any. |
![]() | Exception | Exception thrown by the .NET Framework leading to the firing of this DataProviderError event. |
![]() | Message | Message text describing the error that has occured. |