EntityException Class
Provides exception used by the entity client.
Assembly: EntityFramework (in EntityFramework.dll)
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.EntityException
System.Data.Entity.Core.EntityCommandCompilationException
System.Data.Entity.Core.EntityCommandExecutionException
System.Data.Entity.Core.EntitySqlException
System.Data.Entity.Core.MappingException
System.Data.Entity.Core.MetadataException
System.Data.Entity.Core.ProviderIncompatibleException
System.Data.Entity.Infrastructure.RetryLimitExceededException
Name | Description | |
---|---|---|
![]() | EntityException() | Initializes a new instance of the EntityException class with default values. |
![]() | EntityException(SerializationInfo, StreamingContext) | Initializes a new instance of the EntityException class. |
![]() | EntityException(String) | Initializes a new instance of the EntityException class that accepts a pre-formatted message. |
![]() | EntityException(String, Exception) | Initializes a new instance of the EntityException class that accepts a pre-formatted message and an inner exception. |
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.