ConfigurationElementCollection.BaseClear Method ()
.NET Framework (current version)
Removes all configuration element objects from the collection.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: