The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationSection::DeserializeSection Method (XmlReader^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Reads XML from the configuration file.
Assembly: System.Configuration (in System.Configuration.dll)
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | reader found no elements in the configuration file. |
Deserialization refers to the reading of XML data from a configuration file, its transformation into real-time data, and its storage in an object.
.NET Framework
Available since 2.0
Available since 2.0
Show: