1 type derived from NuGetPackageInstallerException
dotnet (1)
NugetPackageDownloader\ToolPackageException.cs (1)
25
internal class NuGetPackageNotFoundException :
NuGetPackageInstallerException
9 instantiations of NuGetPackageInstallerException
dotnet (9)
NugetPackageDownloader\NuGetPackageDownloader.cs (9)
204
throw new
NuGetPackageInstallerException
(
284
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToValidatePackageSigning, commandOutput));
492
throw new
NuGetPackageInstallerException
(CliStrings.CannotUseAddSourceWithSourceMapping);
532
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToFindSourceUnderPackageSourceMapping, packageId));
537
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToMapSourceUnderPackageSourceMapping, packageId));
622
throw new
NuGetPackageInstallerException
("No NuGet sources are defined or enabled");
635
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.Error_NU1302_HttpSourceUsed, packageSource.Source));
897
throw new
NuGetPackageInstallerException
(string.Format(CliStrings.FailedToLoadNuGetSource,
942
throw new
NuGetPackageInstallerException
($"{string.Format(CliStrings.FailedToLoadNuGetSource, source.Source)}: {e.Message}", e);
1 reference to NuGetPackageInstallerException
dotnet (1)
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
214
catch (
NuGetPackageInstallerException
)