PropertyConstraintException Constructor
.NET Framework (current version)
Initializes a new instance of the PropertyConstraintException class.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | PropertyConstraintException() | Initializes a new instance of the PropertyConstraintException class with default message. |
![]() | PropertyConstraintException(String^) | Initializes a new instance of the PropertyConstraintException class with supplied message. |
![]() | PropertyConstraintException(String^, Exception^) | Initializes a new instance of the PropertyConstraintException class with supplied message and inner exception. |
![]() | PropertyConstraintException(String^, String^) | Initializes a new instance of the PropertyConstraintException class. |
![]() | PropertyConstraintException(String^, String^, Exception^) | Initializes a new instance of the PropertyConstraintException class. |
Show:
