26 references to ThrowInternalError
MSBuildTaskHost (26)
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\ErrorUtilities.cs (10)
48
ThrowInternalError
(message, args);
107
ThrowInternalError
("This type does not implement ToString() properly {0}", param.GetType().FullName!);
123
ThrowInternalError
("{0} unexpectedly null", parameterName);
156
ThrowInternalError
("{0} unexpectedly empty", parameterName);
166
ThrowInternalError
("{0} unexpectedly empty", parameterName);
180
ThrowInternalError
("{0} unexpectedly not a rooted path", value);
206
ThrowInternalError
(unformattedMessage, arg0);
217
ThrowInternalError
(unformattedMessage, arg0, arg1);
228
ThrowInternalError
(unformattedMessage, arg0, arg1, arg2);
239
ThrowInternalError
(unformattedMessage, arg0, arg1, arg2, arg3);
InterningBinaryReader.cs (2)
126
ErrorUtilities.
ThrowInternalError
("From calculating based on the memorystream, about to read n = {0}. length = {1}, rawPosition = {2}, readLength = {3}, stringLength = {4}, currPos = {5}.", n, length, rawPosition, readLength, stringLength, currPos);
141
ErrorUtilities.
ThrowInternalError
("From getting the length out of BaseStream.Read directly, about to read n = {0}. readLength = {1}, stringLength = {2}, currPos = {3}", n, readLength, stringLength, currPos);
LogMessagePacketBase.cs (1)
842
ErrorUtilities.
ThrowInternalError
("Not Supported LoggingEventType {0}", eventType.ToString());
Modifiers.cs (2)
588
ErrorUtilities.
ThrowInternalError
("\"{0}\" is not a valid item-spec modifier.", modifier);
597
ErrorUtilities.
ThrowInternalError
("\"{0}\" is not a valid item-spec modifier.", modifier);
NamedPipeUtil.cs (1)
36
ErrorUtilities.
ThrowInternalError
("Task host used on unix in retrieving the pipe name.");
NodeEndpointOutOfProcBase.cs (2)
168
ErrorUtilities.
ThrowInternalError
("Connect() not valid on the out of proc endpoint.");
683
ErrorUtilities.
ThrowInternalError
("waitId {0} out of range.", waitId);
NodePacketFactory.cs (3)
55
ErrorUtilities.
ThrowInternalError
("No packet handler for type {0}", packetType);
70
ErrorUtilities.
ThrowInternalError
("No packet handler for type {0}", packetType);
84
ErrorUtilities.
ThrowInternalError
("No packet handler for type {0}", packet.Type);
ResourceUtilities.cs (5)
438
ErrorUtilities.
ThrowInternalError
(
464
ErrorUtilities.
ThrowInternalError
("The resource string \"" + resourceName + "\" was not found.");
472
ErrorUtilities.
ThrowInternalError
(e.Message);
479
ErrorUtilities.
ThrowInternalError
(e.Message);
486
ErrorUtilities.
ThrowInternalError
(e.Message);