Click or drag to resize

ConstraintViolationException Constructor

Overload List
 NameDescription
Public methodConstraintViolationException(String) Initializes a new instance of the ConstraintViolationException class with a specified error message.
Public methodConstraintViolationException(ConstraintViolationExceptionReason, String) Initializes a new instance of the ConstraintViolationException class with a specified error message and fail reason.
Protected methodConstraintViolationException(SerializationInfo, StreamingContext) Initializes a new instance of the ConstraintViolationException class with serialized data.
Public methodConstraintViolationException(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.
Public methodConstraintViolationException(String, Object) Initializes a new instance of the ConstraintViolationException class with a specified error message.
Public methodConstraintViolationException(ConstraintViolationExceptionReason, String, Object) Initializes a new instance of the ConstraintViolationException class with a specified error message and fail reason.
Top
See Also