9 references to NuGetPackageInstallerException
dotnet (9)
NugetPackageDownloader\NuGetPackageDownloader.cs (8)
204throw new NuGetPackageInstallerException( 284throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToValidatePackageSigning, commandOutput)); 492throw new NuGetPackageInstallerException(CliStrings.CannotUseAddSourceWithSourceMapping); 532throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToFindSourceUnderPackageSourceMapping, packageId)); 537throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToMapSourceUnderPackageSourceMapping, packageId)); 622throw new NuGetPackageInstallerException("No NuGet sources are defined or enabled"); 635throw new NuGetPackageInstallerException(string.Format(CliStrings.Error_NU1302_HttpSourceUsed, packageSource.Source)); 897throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToLoadNuGetSource,
NugetPackageDownloader\ToolPackageException.cs (1)
31public NuGetPackageNotFoundException(string message) : base(message)