'Declaration Public Enum ErrorCondition Inherits System.Enum
public enum ErrorCondition : System.Enum
Member | Description |
---|---|
ConcurrencyConflict | This user attempted to modify a piece of information that had already been modified by an earlier user. This user's change must be discarded and their view refreshed. |
DataError | There was an error carrying out data commands or binding data to the object model. |
NoConnection | An error occurred while opening the Connection. |
OK | The operation was successful -- there is no error. |
An application that subscribes to the DataProviderError event receive an error indication matching one of these general qualifiers.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2