System.Configuration.IgnoreSectionHandler Class

Provides a legacy section-handler definition for configuration sections that are not handled by the System.Configuration types.

See Also: IgnoreSectionHandler Members

Syntax

public class IgnoreSectionHandler : IConfigurationSectionHandler

Remarks

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 System.Configuration.IgnoreSection is provided. This is to prevent configuration-file parsing exceptions.

For legacy purposes the System.Configuration.IgnoreSectionHandler is also provided.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0