4 references to InternalErrorException
Microsoft.Build (1)
Utilities\NuGetFrameworkWrapper.cs (1)
250throw new InternalErrorException(string.Format(AssemblyResources.GetString("NuGetAssemblyNotFound"), assemblyDirectory), ex);
Microsoft.Build.Framework (3)
InternalError.cs (3)
43=> throw new InternalErrorException(message, innerException); 101=> throw new InternalErrorException(message, innerException); 117=> throw new InternalErrorException(handler.GetFormattedText(), innerException);