Share via


HttpContext.AllErrors Özellik

Tanım

HTTP isteği işlenirken biriken bir dizi hata alır.

public:
 property cli::array <Exception ^> ^ AllErrors { cli::array <Exception ^> ^ get(); };
public Exception[] AllErrors { get; }
member this.AllErrors : Exception[]
Public ReadOnly Property AllErrors As Exception()

Özellik Değeri

Geçerli HTTP isteği için bir nesne dizisi Exception .

Şunlara uygulanır