1 instantiation of EntityCommandCompilationException
System.Data.Entity (1)
System\Data\Common\EntityUtil.cs (1)
289return new EntityCommandCompilationException(message, innerException);
5 references to EntityCommandCompilationException
System.Data.Entity (5)
System\Data\Common\EntityUtil.cs (2)
288static internal EntityCommandCompilationException CommandCompilation(string message, Exception innerException) { 1955static 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> 138catch (EntityCommandCompilationException) {
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (1)
82catch (EntityCommandCompilationException)