次の方法で共有


CustomErrorCollection.Item[] プロパティ

定義

指定した CustomError を取得します。

オーバーロード

Item[Int32]

指定したインデックスの CustomError を取得します。

Item[String]

指定したステータス コードを持つ CustomError を取得します。

Item[Int32]

指定したインデックスの CustomError を取得します。

public:
 property System::Web::Configuration::CustomError ^ default[int] { System::Web::Configuration::CustomError ^ get(int index); void set(int index, System::Web::Configuration::CustomError ^ value); };
public System.Web.Configuration.CustomError this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.CustomError with get, set
Default Public Property Item(index As Integer) As CustomError

パラメーター

index
Int32

コレクション エラーのインデックス。

プロパティ値

CustomError

指定したインデックスにある CustomError です。

適用対象

Item[String]

指定したステータス コードを持つ CustomError を取得します。

public:
 property System::Web::Configuration::CustomError ^ default[System::String ^] { System::Web::Configuration::CustomError ^ get(System::String ^ statusCode); };
public System.Web.Configuration.CustomError this[string statusCode] { get; }
member this.Item(string) : System.Web.Configuration.CustomError
Default Public ReadOnly Property Item(statusCode As String) As CustomError

パラメーター

statusCode
String

HTTP 状態コード。

プロパティ値

CustomError

指定したステータス コードを持つ CustomError

適用対象