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