Click or drag to resize

DatabaseExceptionTypes Enumeration

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum DatabaseExceptionTypes
Members
  Member nameValueDescription
PrimaryKeyViolation1 A primary key violation occurred. Currently in SQL-Server this is a "Violation of PRIMARY KEY constraint" exception.
See Also