IgnoreSection Class
Assembly: System.Configuration (in system.configuration.dll)
The configuration system completely parses configuration files to collect configuration information and throws exceptions when it encounters configuration sections that do not have a corresponding entry in the configSections section.
For those sections not handled by the System.Configuration types, the new wrapper type IgnoreSection is provided. This is to prevent configuration-file parsing exceptions.
For legacy purposes the IgnoreSectionHandler is also provided.
See the configSections element of the Machine.config configuration file for examples of sections that specify IgnoreSection as the handling type.
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Configuration.IgnoreSection
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.