26 references to InternalErrorException
Microsoft.Build (7)
BackEnd\Client\MSBuildClient.cs (1)
545
throw packetPump.PacketPumpException ?? new
InternalErrorException
("Packet pump unexpectedly shut down");
ErrorUtilities.cs (2)
59
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args));
80
throw new
InternalErrorException
("Unreachable?");
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)
72
throw new
InternalErrorException
(message);
ItemSpecModifiers.cs (2)
364
throw new
InternalErrorException
($"\"{modifier}\" is not a valid item-spec modifier.");
496
throw new
InternalErrorException
($"\"{modifier}\" is not a valid item-spec modifier.");
Traits.cs (2)
584
throw new
InternalErrorException
(message);
596
throw new
InternalErrorException
(FormatString(message, args));
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\CopyLocalState.cs (1)
107
throw new
InternalErrorException
("Unexpected CopyLocal flag.");
ErrorUtilities.cs (2)
59
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args));
80
throw new
InternalErrorException
("Unreachable?");
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}");
Microsoft.Build.Utilities.Core (2)
ErrorUtilities.cs (2)
59
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args));
80
throw new
InternalErrorException
("Unreachable?");
MSBuild (3)
ErrorUtilities.cs (2)
59
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args));
80
throw new
InternalErrorException
("Unreachable?");
LogMessagePacketBase.cs (1)
547
_ => throw new
InternalErrorException
("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)