2 references to NuGetPackageInstallerException
dotnet (2)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
931throw new NuGetPackageInstallerException($"{string.Format(CliStrings.FailedToLoadNuGetSource, source.Source)}: {e.Message}", e);
NugetPackageDownloader\ToolPackageException.cs (1)
35public NuGetPackageNotFoundException(string message, Exception innerException) : base(message, innerException)