9 references to NuGetPackageInstallerException
dotnet (9)
NugetPackageDownloader\NuGetPackageDownloader.cs (8)
206
throw new
NuGetPackageInstallerException
(
286
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToValidatePackageSigning, commandOutput));
484
throw new
NuGetPackageInstallerException
(CliStrings.CannotUseAddSourceWithSourceMapping);
524
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToFindSourceUnderPackageSourceMapping, packageId));
529
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToMapSourceUnderPackageSourceMapping, packageId));
614
throw new
NuGetPackageInstallerException
("No NuGet sources are defined or enabled");
627
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.Error_NU1302_HttpSourceUsed, packageSource.Source));
886
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToLoadNuGetSource,
NugetPackageDownloader\ToolPackageException.cs (1)
31
public NuGetPackageNotFoundException(string message) :
base
(message)