2 instantiations of PackageNotFoundException
Microsoft.TemplateEngine.Edge (2)
Installers\NuGet\NugetApiPackageManager.cs (2)
300
throw new
PackageNotFoundException
(packageIdentifier, packageSources.Select(source => source.Source));
356
throw new
PackageNotFoundException
(packageIdentifier, packageVersion, sources.Select(source => source.Source));
4 references to PackageNotFoundException
Microsoft.TemplateEngine.Edge (4)
Installers\NuGet\NugetApiPackageManager.cs (2)
46
/// <exception cref="
PackageNotFoundException
">when the package cannot be find in default or passed to install request NuGet feeds.</exception>
191
/// <exception cref="
PackageNotFoundException
">when the package cannot be find in default or source NuGet feeds.</exception>
Installers\NuGet\NuGetInstaller.cs (2)
140
catch (
PackageNotFoundException
e)
266
catch (
PackageNotFoundException
e)