1 instantiation of InvalidNuGetPackageException
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NuGetInstaller.cs (1)
407
throw new
InvalidNuGetPackageException
(installRequest.PackageIdentifier, ex);
1 reference to InvalidNuGetPackageException
Microsoft.TemplateEngine.Edge (1)
Installers\NuGet\NuGetInstaller.cs (1)
286
catch (
InvalidNuGetPackageException
e)