次の方法で共有


CustomErrorsSection コンストラクター

定義

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

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

注釈

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

適用対象