3 references to InternalErrorException
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.cs (1)
250throw new InternalErrorException(string.Format(AssemblyResources.GetString("NuGetAssemblyNotFound"), assemblyDirectory), ex);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
233value = new InternalErrorException("Another message", exception);
Microsoft.Build.Framework (1)
ErrorUtilities.cs (1)
200=> throw new InternalErrorException(message, innerException);