CustomErrorsSection コンストラクター

定義

既定の設定を使用して、 CustomErrorsSection クラスの新しいインスタンスを初期化します。

public:
 CustomErrorsSection();
public CustomErrorsSection();
Public Sub New ()

注釈

CustomErrorsSection コンストラクターは、コードから直接使用するためのものではありません。 ASP.NET 構成システムによって呼び出されます。 CustomErrorsSection メソッドを使用して、GetSection クラスのインスタンスを取得します。

適用対象