| ConstraintViolationException Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | ConstraintViolationException(String) | 
            Initializes a new instance of the ConstraintViolationException class with a specified error message.
             | 
|  | ConstraintViolationException(SerializationInfo, StreamingContext) | 
            Initializes a new instance of the ConstraintViolationException class with serialized data.
             | 
|  | ConstraintViolationException(String, Exception) | 
            Initializes a new instance of the ConstraintViolationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
             | 
|  | ConstraintViolationException(String, Object) | 
            Initializes a new instance of the ConstraintViolationException class with a specified error message.
             | 
 See Also
See Also