ConfigurationElementCollection.BaseRemove Method (Object)
.NET Framework (current version)
Removes a ConfigurationElement from the collection.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: