EntityCommandCompilationException Class
Represents a failure while trying to prepare or execute a CommandCompilation. 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.EntityCommandCompilationException
Name | Description | |
---|---|---|
![]() | EntityCommandCompilationException() | Initializes a new instance of EntityCommandCompilationException, no message, no inner exception. Probably shouldn't exist, but it makes FxCop happy. |
![]() | EntityCommandCompilationException(String) | Initializes a new instance of EntityCommandCompilationException, with message, no inner exception. Probably shouldn't exist, but it makes FxCop happy. |
![]() | EntityCommandCompilationException(String, Exception) | Initializes a new instance of EntityCommandCompilationException 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.