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.
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.
Top
See Also