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