ConfigurationElementCollection.BaseGetKey Method
.NET Framework 4.6 and 4.5
Gets the key for the ConfigurationElement at the specified index location.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- index
- Type: System.Int32
The index location for the ConfigurationElement.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | index is less than 0. - or - There is no ConfigurationElement at the specified index. |
Show: