7 references to NuGetPackageInstallerException
dotnet (7)
NugetPackageDownloader\NuGetPackageDownloader.cs (6)
139throw new NuGetPackageInstallerException( 191throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToValidatePackageSigning, commandOutput)); 403throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToFindSourceUnderPackageSourceMapping, packageId)); 408throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToMapSourceUnderPackageSourceMapping, packageId)); 450throw new NuGetPackageInstallerException("No NuGet sources are defined or enabled"); 710throw new NuGetPackageInstallerException(string.Format(CliStrings.FailedToLoadNuGetSource,
NugetPackageDownloader\ToolPackageException.cs (1)
31public NuGetPackageNotFoundException(string message) : base(message)