1 instantiation of EntityCommandCompilationException
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
289
return new
EntityCommandCompilationException
(message, innerException);
5 references to EntityCommandCompilationException
System.Data.Entity (5)
System\Data\Common\EntityUtil.cs (2)
288
static internal
EntityCommandCompilationException
CommandCompilation(string message, Exception innerException) {
1955
static private readonly Type CommandCompilationType = typeof(
EntityCommandCompilationException
);
System\Data\EntityClient\EntityCommandDefinition.cs (2)
59
/// <exception cref="
EntityCommandCompilationException
">Cannot prepare the command definition for execution; consult the InnerException for more information.</exception>
138
catch (
EntityCommandCompilationException
) {
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
82
catch (
EntityCommandCompilationException
)