18 references to InternalErrorException
Microsoft.Build (5)
BackEnd\Client\MSBuildClient.cs (1)
562
throw packetPump.PacketPumpException ?? new
InternalErrorException
("Packet pump unexpectedly shut down");
LogMessagePacketBase.cs (1)
547
_ => throw new
InternalErrorException
("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)
Utilities\EngineFileUtilities.cs (3)
286
throw new
InternalErrorException
(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(
327
throw new
InternalErrorException
(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(
357
throw new
InternalErrorException
(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
291
throw new InvalidProjectFileException("sample message", new
InternalErrorException
("Another message"));
Microsoft.Build.Framework (7)
BuildCanceledEventArgs.cs (1)
49
throw new
InternalErrorException
("Message cannot be null or consist only white-space characters.");
BuildEnvironmentHelper.cs (1)
595
_ => throw new
InternalErrorException
("Unknown processor architecture " + NativeMethods.ProcessorArchitecture),
ErrorUtilities.cs (1)
184
=> throw new
InternalErrorException
(message);
ItemSpecModifiers.cs (2)
345
throw new
InternalErrorException
($"\"{modifier}\" is not a valid item-spec modifier.");
477
throw new
InternalErrorException
($"\"{modifier}\" is not a valid item-spec modifier.");
Traits.cs (2)
569
throw new
InternalErrorException
(message);
581
throw new
InternalErrorException
(FormatString(message, args));
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\CopyLocalState.cs (1)
107
throw new
InternalErrorException
("Unexpected CopyLocal flag.");
LogMessagePacketBase.cs (1)
547
_ => throw new
InternalErrorException
("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)
NodePipeBase.cs (2)
254
throw new
InternalErrorException
("No packet factory is registered for deserialization.");
264
throw new
InternalErrorException
($"Exception while deserializing packet {packetType}: {e}");
MSBuild (1)
LogMessagePacketBase.cs (1)
547
_ => throw new
InternalErrorException
("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)