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