ConstraintException Constructor
.NET Framework (current version)
Initializes a new instance of the ConstraintException class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | ConstraintException() | Initializes a new instance of the ConstraintException class. This is the default constructor. |
![]() | ConstraintException(SerializationInfo^, StreamingContext) | Initializes a new instance of the ConstraintException class using the specified serialization and stream context. |
![]() | ConstraintException(String^) | Initializes a new instance of the ConstraintException class with the specified string. |
![]() | ConstraintException(String^, Exception^) | Initializes a new instance of the ConstraintException class using the specified string and inner exception. |
Show:

