4 references to InternalErrorException
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
561
throw packetPump.PacketPumpException ?? new
InternalErrorException
("Packet pump unexpectedly shut down");
Microsoft.Build.Framework (3)
InternalError.cs (3)
22
=> throw new
InternalErrorException
(message);
69
=> throw new
InternalErrorException
(message);
84
=> throw new
InternalErrorException
(handler.GetFormattedText());