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