6 references to InternalErrorException
MSBuildTaskHost (6)
BuildEnvironmentHelper.cs (1)
585
_ => throw new
InternalErrorException
("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\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)
Traits.cs (2)
532
throw new
InternalErrorException
(message);
544
throw new
InternalErrorException
(FormatString(message, args));