ConstraintViolationException Constructors
An exception that is thrown when a key or index constraint fails.Name | Parameters | Description |
---|---|---|
ConstraintViolationException(String, String, Exception) | sql, parameters, innerException | Initializes a new instance of the ConstraintViolationException class with the specified settings. |
See Also