2 instantiations of PackageNotFoundException
Microsoft.TemplateEngine.Edge (2)
Installers\NuGet\NugetApiPackageManager.cs (2)
300throw new PackageNotFoundException(packageIdentifier, packageSources.Select(source => source.Source)); 356throw 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)
140catch (PackageNotFoundException e) 266catch (PackageNotFoundException e)