Version

DataProviderErrorEventArgs Class Members

The following tables list the members exposed by DataProviderErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorDataProviderErrorEventArgs ConstructorCreates a DataProviderErrorEventArgs instance in response to an exception being thrown within the data provider.  
Public Properties
 NameDescription
Public PropertyConditionThe ErrorCondition enumeration constant associated with the current data provider error.  
Public PropertyDataContextThe DataContext being performed at the time of the DataProviderError event, if any.  
Public PropertyExceptionException thrown by the .NET Framework leading to the firing of this DataProviderError event.  
Public PropertyMessageMessage text describing the error that has occured.  
See Also