26 references to InternalErrorException
Microsoft.Build (7)
BackEnd\Client\MSBuildClient.cs (1)
545throw packetPump.PacketPumpException ?? new InternalErrorException("Packet pump unexpectedly shut down");
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
LogMessagePacketBase.cs (1)
547_ => throw new InternalErrorException("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)
Utilities\EngineFileUtilities.cs (3)
286throw new InternalErrorException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword( 327throw new InternalErrorException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword( 357throw new InternalErrorException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
291throw new InvalidProjectFileException("sample message", new InternalErrorException("Another message"));
Microsoft.Build.Framework (7)
BuildCanceledEventArgs.cs (1)
49throw 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)
72throw new InternalErrorException(message);
ItemSpecModifiers.cs (2)
364throw new InternalErrorException($"\"{modifier}\" is not a valid item-spec modifier."); 496throw new InternalErrorException($"\"{modifier}\" is not a valid item-spec modifier.");
Traits.cs (2)
584throw new InternalErrorException(message); 596throw new InternalErrorException(FormatString(message, args));
Microsoft.Build.Tasks.Core (6)
AssemblyDependency\CopyLocalState.cs (1)
107throw new InternalErrorException("Unexpected CopyLocal flag.");
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
LogMessagePacketBase.cs (1)
547_ => throw new InternalErrorException("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)
NodePipeBase.cs (2)
254throw new InternalErrorException("No packet factory is registered for deserialization."); 264throw new InternalErrorException($"Exception while deserializing packet {packetType}: {e}");
Microsoft.Build.Utilities.Core (2)
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
MSBuild (3)
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
LogMessagePacketBase.cs (1)
547_ => throw new InternalErrorException("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)