DbUnexpectedValidationException Class
Entity Framework 5.0
Exception thrown from GetValidationErrors when an exception is thrown from the validation code.
System.Object
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Validation.DbUnexpectedValidationException
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Validation.DbUnexpectedValidationException
Namespace: System.Data.Entity.Validation
Assembly: EntityFramework (in EntityFramework.dll)
The DbUnexpectedValidationException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbUnexpectedValidationException | Initializes a new instance of the DbUnexpectedValidationException class. |
![]() | DbUnexpectedValidationException(String) | Initializes a new instance of the DbUnexpectedValidationException class. |
![]() | DbUnexpectedValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the DbUnexpectedValidationException class with the specified serialization information and context. |
![]() | DbUnexpectedValidationException(String, Exception) | Initializes a new instance of the DbUnexpectedValidationException class. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Security Critical. (Inherited from Exception.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Exception.) |
Show:

