PropertyConstraintException Class
Represents the property constraint exception class. Note that this class has state - so if you change even its internals, it can be a breaking change.
Assembly: EntityFramework (in EntityFramework.dll)
System.Exception
System.SystemException
System.Data.DataException
System.Data.ConstraintException
System.Data.Entity.Core.PropertyConstraintException
Name | Description | |
---|---|---|
![]() | PropertyConstraintException() | Initializes a new instance of the PropertyConstraintException class. |
![]() | PropertyConstraintException(String) | Initializes a new instance of the PropertyConstraintException class. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | PropertyName | Gets the name of the property that violated the constraint. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.