4 references to InternalErrorException
MSBuildTaskHost (4)
BackEnd\LogMessagePacketBase.cs (1)
338
_ => throw new
InternalErrorException
($"Should not get to the default of GetBuildEventArgFromId ID: {_eventType}")
Utilities\ErrorUtilities.cs (3)
19
=> throw new
InternalErrorException
(message);
23
=> throw new
InternalErrorException
(string.Format(format, arg0));
32
=> throw new
InternalErrorException
("Unreachable?");