Aracılığıyla paylaş


HttpContext.AddError(Exception) Yöntem

Tanım

Geçerli HTTP isteği için özel durum koleksiyonuna bir özel durum ekler.

public:
 void AddError(Exception ^ errorInfo);
public void AddError (Exception errorInfo);
member this.AddError : Exception -> unit
Public Sub AddError (errorInfo As Exception)

Parametreler

errorInfo
Exception

Exception özel durum koleksiyonuna eklenecek.

Şunlara uygulanır