Udostępnij za pośrednictwem


CustomErrorCollection.Item[] Właściwość

Definicja

Pobiera określony CustomErrorelement .

Przeciążenia

Item[Int32]

Pobiera element CustomError z określonym indeksem.

Item[String]

Pobiera element CustomError z określonym kodem stanu.

Item[Int32]

Pobiera element CustomError z określonym indeksem.

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

Parametry

index
Int32

Indeks błędu kolekcji.

Wartość właściwości

CustomError

Element CustomError w określonym indeksie.

Dotyczy

Item[String]

Pobiera element CustomError z określonym kodem stanu.

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

Parametry

statusCode
String

Kod stanu HTTP.

Wartość właściwości

CustomError

Element CustomError z określonym kodem stanu.

Dotyczy