Version

DataProviderErrorEventArgs Class Properties

For a list of all members of this type, see DataProviderErrorEventArgs members.

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