IgnoreSectionHandler クラス

System.Configuration 以外のシステムによって読み取られて処理される構成セクションのセクション ハンドラ定義を提供します。

この型のすべてのメンバの一覧については、IgnoreSectionHandler メンバ を参照してください。

System.Object
   System.Configuration.IgnoreSectionHandler

Public Class IgnoreSectionHandler
   Implements IConfigurationSectionHandler
[C#]
public class IgnoreSectionHandler : IConfigurationSectionHandler
[C++]
public __gc class IgnoreSectionHandler : public
   IConfigurationSectionHandler
[JScript]
public class IgnoreSectionHandler implements
   IConfigurationSectionHandler

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

構成システムは、構成ファイルを完全に解析して、構成情報を収集し、 <configSections> 要素 セクションに対応するエントリのない構成セクションが見つかった場合に例外をスローします。 IgnoreSectionHandler は、他のシステムによって読み取られるセクションのセクション ハンドラを提供して、構成ファイルの解析時に発生する例外を防止します。セクション ハンドラとして IgnoreSectionHandler を指定するセクションの例については、Machine.config 構成ファイルの「 <system.runtime.remoting> 要素 」のセクション ハンドラ定義を参照してください。

必要条件

名前空間: System.Configuration

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System (System.dll 内)

参照

IgnoreSectionHandler メンバ | System.Configuration 名前空間