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