Aracılığıyla paylaş


HttpContextBase.AllErrors Özellik

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, bir HTTP isteği işlendiğinde toplanan bir hata dizisi (varsa) alır.

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

Özellik Değeri

Exception[]

ExceptionGEÇERLI http isteği için bir nesne dizisi veya null http istek işlemi sırasında toplanan bir hata yoksa.

Özel durumlar

Şunlara uygulanır