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