25 references to InternalErrorException
Microsoft.Build (7)
BackEnd\Client\MSBuildClient.cs (1)
560throw packetPump.PacketPumpException ?? new InternalErrorException("Packet pump unexpectedly shut down");
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
LogMessagePacketBase.cs (1)
666_ => throw new InternalErrorException("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)
Utilities\EngineFileUtilities.cs (2)
285throw new InternalErrorException($"Logging type {loggingMechanism.GetType()} is not understood by {nameof(GetFileList)}."); 323throw new InternalErrorException($"Logging type {loggingMechanism.GetType()} is not understood by {nameof(GetFileList)}.");
Microsoft.Build.Engine.OM.UnitTests (3)
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
292throw new InvalidProjectFileException("sample message", new InternalErrorException("Another message"));
Microsoft.Build.Framework (3)
BuildCanceledEventArgs.cs (1)
50throw new InternalErrorException("Message cannot be null or consist only white-space characters.");
Traits.cs (2)
532throw new InternalErrorException(message); 544throw new InternalErrorException(FormatString(message, args));
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\CopyLocalState.cs (1)
108throw new InternalErrorException("Unexpected CopyLocal flag.");
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
Microsoft.Build.Utilities.Core (3)
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
MSBuild (4)
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
LogMessagePacketBase.cs (1)
666_ => throw new InternalErrorException("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)