HttpContextWrapper.AddError(Exception) Méthode

Définition

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

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

Paramètres

errorInfo
Exception

Exception à ajouter à la collection d’exceptions.

S’applique à