Lines Matching refs:RecoverableException
46 …throw new RecoverableException(string.Format("Plugin {0} is not suitable for any of available mode… in EnablePlugin()
92 catch(RecoverableException e) in Init()
103 …throw new RecoverableException(string.Format("This plugin cannot be disabled directly: {0}.", plug… in DisablePlugin()
110 … throw new RecoverableException(string.Format("There is no plugin named {0}.", plugin.FullName)); in DisablePlugin()
137 …throw new RecoverableException(string.Format("This plugin cannot be enabled directly: {0}.", plugi… in EnablePlugin()
143 … throw new RecoverableException(string.Format("There is no plugin named {0}.", plugin.FullName)); in EnablePlugin()
155 …throw new RecoverableException("Plugin {0} not found.".FormatWith(referencedPlugin.GetFullNameOfMe… in EnablePlugin()
159 …throw new RecoverableException("Circular plugin dependency between {0} and {1}.".FormatWith(plugin… in EnablePlugin()
187 throw new RecoverableException("Malformed plugin name \"{0}\"".FormatWith(name)); in FindPluginFromName()
191 … throw new RecoverableException(string.Format("There is no plugin named {0}.", name)); in FindPluginFromName()
195 …throw new RecoverableException(string.Format("Ambiguous choice for \"{0}\". The possible choices a… in FindPluginFromName()