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