9 instantiations of InternalErrorException
MSBuildTaskHost (9)
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
D\a\_work\1\s\bin\repo\msbuild\src\Framework\ErrorUtilities.cs\ErrorUtilities.cs (1)
55throw new InternalErrorException(
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\ErrorUtilities.cs (3)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 69throw new InternalErrorException(ResourceUtilities.FormatString(message, args), innerException); 80throw new InternalErrorException("Unreachable?");
InternalErrorException.cs (1)
54return new InternalErrorException(message, innerException, true /* calledFromDeserialization */);
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));
2 references to InternalErrorException
MSBuildTaskHost (2)
ExceptionHandling.cs (1)
111|| e is InternalErrorException
InternalErrorException.cs (1)
52internal static InternalErrorException CreateFromRemote(string message, Exception innerException)