8 instantiations of PluginException
NuGet.Protocol (8)
Plugins\PluginFactory.cs (1)
281
throw new
PluginException
(
Plugins\PluginManager.cs (1)
426
throw new
PluginException
(Strings.Plugin_InitializationFailed);
Plugins\PluginPackageReader.cs (3)
299
throw new
PluginException
(
1046
throw new
PluginException
(
1085
throw new
PluginException
(
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
429
throw new
PluginException
(
Resources\DownloadResourcePlugin.cs (1)
137
throw new
PluginException
(
Resources\PluginResource.cs (1)
75
throw new
PluginException
(result.Message);
3 references to PluginException
NuGet.Protocol (3)
Plugins\PluginException.cs (2)
18
/// Instantiates a new <see cref="
PluginException
" /> class.
27
/// Instantiates a new <see cref="
PluginException
" /> class.
Plugins\PluginFactory.cs (1)
113
/// <exception cref="
PluginException
">Thrown for a plugin failure during creation.</exception>