7 references to PluginException
NuGet.Credentials (7)
PluginException.cs (6)
50
return new
PluginException
(
58
return new
PluginException
(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_NotStarted_Format, path));
65
return new
PluginException
(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_PathNotFound_Format, path,
73
return new
PluginException
(string.Format(CultureInfo.CurrentCulture, Resources.PluginException_Abort_Format, path, message));
82
return new
PluginException
(string.Format(
96
return new
PluginException
(string.Format(
PluginUnexpectedStatusException.cs (1)
32
public PluginUnexpectedStatusException(string message) :
base
(message) { }