13 references to InternalError
System.Data.Entity (13)
System\Data\Common\EntityUtil.cs (2)
743
return
InternalError
(internalError, location, null);
2000
throw
InternalError
(InternalErrorCode.BoolExprAssert, 0, message);
System\Data\Mapping\Update\Internal\PropagatorResult.cs (7)
143
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.GetSimpleValue");
153
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.GetMemberValue");
173
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.GetMembersValues");
190
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.ReplicateResultWithNewValue");
213
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.Merge");
429
EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "KeyValue.Merge");
555
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "StructuralValue.ReplicateResultWithNewFlags");
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
920
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UnknownLinqNodeType, -1,
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (1)
196
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.UnknownVar, 1, varRefColumnMap.Var.Id); // shouldn't have gotten here without having a resolveable var
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1787
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.InvalidInternalTree, 2, newNode.Op.OpType);
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
156
throw EntityUtil.
InternalError
(EntityUtil.InternalErrorCode.AssertionFailed, 0, message);