26 references to InternalErrorException
Microsoft.Build (8)
BackEnd\Client\MSBuildClient.cs (1)
560throw packetPump.PacketPumpException ?? new InternalErrorException("Packet pump unexpectedly shut down");
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
LogMessagePacketBase.cs (1)
603_ => throw new InternalErrorException("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)
Utilities\EngineFileUtilities.cs (3)
286throw new InternalErrorException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword( 327throw new InternalErrorException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword( 357throw new InternalErrorException(ResourceUtilities.FormatResourceStringIgnoreCodeAndKeyword(
Microsoft.Build.Engine.OM.UnitTests (3)
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
291throw new InvalidProjectFileException("sample message", new InternalErrorException("Another message"));
Microsoft.Build.Framework (3)
BuildCanceledEventArgs.cs (1)
49throw new InternalErrorException("Message cannot be null or consist only white-space characters.");
Traits.cs (2)
543throw new InternalErrorException(message); 555throw new InternalErrorException(FormatString(message, args));
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\CopyLocalState.cs (1)
108throw new InternalErrorException("Unexpected CopyLocal flag.");
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
Microsoft.Build.Utilities.Core (3)
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
MSBuild (4)
BuildEnvironmentHelper.cs (1)
585_ => throw new InternalErrorException("Unknown processor architecture " + NativeMethodsShared.ProcessorArchitecture),
ErrorUtilities.cs (2)
59throw new InternalErrorException(ResourceUtilities.FormatString(message, args)); 80throw new InternalErrorException("Unreachable?");
LogMessagePacketBase.cs (1)
603_ => throw new InternalErrorException("Should not get to the default of GetBuildEventArgFromId ID: " + _eventType)