EntityCommandExecutionException Class
Represents a failure while trying to prepare or execute a CommandExecution. This exception is intended to provide a common exception that people can catch to hold provider exceptions (SqlException, OracleException) when using the EntityCommand to execute statements.
Assembly: EntityFramework (in EntityFramework.dll)
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.EntityException
System.Data.Entity.Core.EntityCommandExecutionException
Name | Description | |
---|---|---|
![]() | EntityCommandExecutionException() | Initializes a new instance of EntityCommandExecutionException, no message, no inner exception. Probably should not exist, but it makes FxCop happy. |
![]() | EntityCommandExecutionException(String) | Initializes a new instance of EntityCommandExecutionException, with message, no inner exception. Probably should not exist, but it makes FxCop happy. |
![]() | EntityCommandExecutionException(String, Exception) | Initializes a new instance of EntityCommandExecutionException with message and an inner exception instance. |
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.