HttpContext.AddError(Exception) Méthode

Définition

Ajoute une exception à la collection d'exceptions pour la requête HTTP actuelle.

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

Paramètres

errorInfo
Exception

Exception à ajouter à la collection d'exceptions.

S’applique à