8 references to NuGetPackageInstallerException
dotnet (8)
NugetPackageDownloader\NuGetPackageDownloader.cs (7)
141throw new NuGetPackageInstallerException( 193throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToValidatePackageSigning, commandOutput)); 405throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToFindSourceUnderPackageSourceMapping, packageId)); 410throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToMapSourceUnderPackageSourceMapping, packageId)); 452throw new NuGetPackageInstallerException("No NuGet sources are defined or enabled"); 465throw new NuGetPackageInstallerException(string.Format(CliStrings.Error_NU1302_HttpSourceUsed, packageSource.Source)); 724throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToLoadNuGetSource,
NugetPackageDownloader\ToolPackageException.cs (1)
31public NuGetPackageNotFoundException(string message) : base(message)