ConfigurationElementCollection.BaseRemove Method
.NET Framework 4.6 and 4.5
Removes a ConfigurationElement from the collection.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- key
- Type: System.Object
The key of the ConfigurationElement to remove.
| Exception | Condition |
|---|---|
| Exception | No ConfigurationElement with the specified key exists in the collection, the element has already been removed, or the element cannot be removed because the value of its Type is not AddRemoveClearMap. |
The BaseRemove method inserts a <remove> directive into the configuration file for the ConfigurationElement with the specified key.
Show: