Aracılığıyla paylaş


HttpContextWrapper.Error Özellik

Tanım

Bir HTTP isteği işlendiğinde toplanan ilk hatayı (varsa) alır.

public:
 virtual property Exception ^ Error { Exception ^ get(); };
public override Exception Error { get; }
member this.Error : Exception
Public Overrides ReadOnly Property Error As Exception

Özellik Değeri

Exception

Geçerli HTTP isteği için ilk özel durum veya null http isteği işlendiği zaman bir hata biriktirilir. Varsayılan değer: null.

Şunlara uygulanır