8 references to InternalErrorException
Microsoft.Build (2)
ErrorUtilities.cs (1)
69
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args), innerException);
Utilities\NuGetFrameworkWrapper.cs (1)
249
throw new
InternalErrorException
(string.Format(AssemblyResources.GetString("NuGetAssemblyNotFound"), assemblyDirectory), ex);
Microsoft.Build.Engine.OM.UnitTests (1)
ErrorUtilities.cs (1)
69
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args), innerException);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BinaryTranslator_Tests.cs (1)
234
value = new
InternalErrorException
("Another message", exception);
Microsoft.Build.Framework (1)
ErrorUtilities.cs (1)
55
throw new
InternalErrorException
(
Microsoft.Build.Tasks.Core (1)
ErrorUtilities.cs (1)
69
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args), innerException);
Microsoft.Build.Utilities.Core (1)
ErrorUtilities.cs (1)
69
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args), innerException);
MSBuild (1)
ErrorUtilities.cs (1)
69
throw new
InternalErrorException
(ResourceUtilities.FormatString(message, args), innerException);