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)
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)
Traits.cs (2)
532throw new InternalErrorException(message); 544throw new InternalErrorException(FormatString(message, args));