ConfigurationElementCollection.BaseClear Method
.NET Framework 4.6 and 4.5
Removes all configuration element objects from the collection.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The configuration is read-only. - or - A collection item has been locked in a higher-level configuration. |
When the BaseClear method is called, it removes all ConfigurationElement objects from the collection. It also inserts a clear directive into the configuration file.
Show: