DbUnexpectedValidationException Class
Exception thrown from GetValidationErrors when an exception is thrown from the validation code.
Assembly: EntityFramework (in EntityFramework.dll)
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Validation.DbUnexpectedValidationException
Name | Description | |
---|---|---|
![]() | DbUnexpectedValidationException() | Initializes a new instance of DbUnexpectedValidationException. |
![]() | DbUnexpectedValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of DbUnexpectedValidationException with the specified serialization info and context. |
![]() | DbUnexpectedValidationException(String) | Initializes a new instance of DbUnexpectedValidationException. |
![]() | DbUnexpectedValidationException(String, Exception) | Initializes a new instance of DbUnexpectedValidationException. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
Name | Description | |
---|---|---|
![]() | SerializeObjectState | (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.