Removes the first occurrence of a specific IPlugin from the PluginCollection.
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- item
- Type: log4net.Plugin IPlugin
The IPlugin to remove from the PluginCollection.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | The specified IPlugin was not found in the PluginCollection. |
See Also