ConstraintException Constructor
.NET Framework 4.5
Initializes a new instance of the ConstraintException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ConstraintException() | Initializes a new instance of the ConstraintException class. This is the default constructor. |
|
ConstraintException(String) | Initializes a new instance of the ConstraintException class with the specified string. |
|
ConstraintException(SerializationInfo, StreamingContext) | Initializes a new instance of the ConstraintException class using the specified serialization and stream context. |
|
ConstraintException(String, Exception) | Initializes a new instance of the ConstraintException class using the specified string and inner exception. |