Constraint |
| Name | Description | |
|---|---|---|
| ConstraintViolationException(String) | Initializes a new instance of the ConstraintViolationException class with a specified error message. | |
| ConstraintViolationException(ConstraintViolationExceptionReason, String) | Initializes a new instance of the ConstraintViolationException class with a specified error message and fail reason. | |
| 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. | |
| ConstraintViolationException(ConstraintViolationExceptionReason, String, Object) | Initializes a new instance of the ConstraintViolationException class with a specified error message and fail reason. |