7 references to ThrowInternalError
MSBuild (7)
ErrorUtilities.cs (1)
67
ThrowInternalError
($"This type does not implement ToString() properly {param.GetType().FullName!}");
LogMessagePacketBase.cs (1)
771
ErrorUtilities.
ThrowInternalError
($"Not Supported LoggingEventType {eventType}");
NodeEndpointOutOfProcBase.cs (1)
795
ErrorUtilities.
ThrowInternalError
($"waitId {waitId} out of range.");
OutOfProcTaskHostNode.cs (3)
944
ErrorUtilities.
ThrowInternalError
($"HandleCallbackResponse called with non-callback packet type: {packet.GetType().Name}");
966
ErrorUtilities.
ThrowInternalError
($"TaskHost received callback response with no pending request. RequestId={callbackPacket.RequestId}, Type={packet.Type}");
1103
ErrorUtilities.
ThrowInternalError
($"Task ID {taskId} already exists in TaskHost.");
ResourceUtilities.cs (1)
428
ErrorUtilities.
ThrowInternalError
($"Invalid resource parameter type, was {param.GetType().FullName}");