12 references to InternalError
System.Data.Entity (12)
System\Data\Common\EntitySql\FunctionOverloadResolver.cs (3)
323throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.FailedToGeneratePromotionRank, 1); 342throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.FailedToGeneratePromotionRank, 2); 348throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.FailedToGeneratePromotionRank, 3);
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (2)
929throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.InvalidStateEntry, 1); 1029throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.InvalidStateEntry, 2);
System\Data\Query\InternalTrees\OpCopier.cs (1)
126throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UnknownVar, 6);
System\Data\Query\PlanCompiler\NestPullup.cs (5)
192throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 2); 199throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 3); 2605throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 4); // more columns from children than are on the unionAll? 2619throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 5); // more columns from children than are on the unionAll? 2627throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 6); // at this point, we better be done with both lists...
System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs (1)
117throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.ColumnCountMismatch, 1);