13 references to InternalError
System.Data.Entity (13)
System\Data\Common\EntityUtil.cs (2)
743return InternalError(internalError, location, null); 2000throw InternalError(InternalErrorCode.BoolExprAssert, 0, message);
System\Data\Mapping\Update\Internal\PropagatorResult.cs (7)
143throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.GetSimpleValue"); 153throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.GetMemberValue"); 173throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.GetMembersValues"); 190throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.ReplicateResultWithNewValue"); 213throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "PropagatorResult.Merge"); 429EntityUtil.InternalError(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "KeyValue.Merge"); 555throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UpdatePipelineResultRequestInvalid, 0, "StructuralValue.ReplicateResultWithNewFlags");
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
920throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.UnknownLinqNodeType, -1,
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (1)
196throw 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)
1787throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.InvalidInternalTree, 2, newNode.Op.OpType);
System\Data\Query\PlanCompiler\PlanCompiler.cs (1)
156throw EntityUtil.InternalError(EntityUtil.InternalErrorCode.AssertionFailed, 0, message);