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