1 type derived from NuGetPackageInstallerException
dotnet (1)
NugetPackageDownloader\ToolPackageException.cs (1)
25internal class NuGetPackageNotFoundException : NuGetPackageInstallerException
8 instantiations of NuGetPackageInstallerException
dotnet (8)
NugetPackageDownloader\NuGetPackageDownloader.cs (8)
206throw new NuGetPackageInstallerException( 286throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToValidatePackageSigning, commandOutput)); 484throw new NuGetPackageInstallerException(CliStrings.CannotUseAddSourceWithSourceMapping); 524throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToFindSourceUnderPackageSourceMapping, packageId)); 529throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToMapSourceUnderPackageSourceMapping, packageId)); 614throw new NuGetPackageInstallerException("No NuGet sources are defined or enabled"); 627throw new NuGetPackageInstallerException(string.Format(CliStrings.Error_NU1302_HttpSourceUsed, packageSource.Source)); 886throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToLoadNuGetSource,
1 reference to NuGetPackageInstallerException
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
216catch (NuGetPackageInstallerException)