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)
55
throw new
InternalErrorException
(
D\a\_work\1\s\bin\repo\msbuild\src\Shared\ErrorUtilities.cs\ErrorUtilities.cs (3)
59
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args));
69
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args), innerException);
80
throw new
InternalErrorException
("Unreachable?");
InternalErrorException.cs (1)
54
return 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)
532
throw new
InternalErrorException
(message);
544
throw new
InternalErrorException
(FormatString(message, args));
2 references to InternalErrorException
MSBuildTaskHost (2)
ExceptionHandling.cs (1)
111
|| e is
InternalErrorException
InternalErrorException.cs (1)
52
internal static
InternalErrorException
CreateFromRemote(string message, Exception innerException)