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