IPageAdapter.HandleError(Exception, HtmlTextWriter) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la valeur true
si elle gère l'erreur. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
public:
bool HandleError(Exception ^ e, System::Web::UI::HtmlTextWriter ^ writer);
public bool HandleError (Exception e, System.Web.UI.HtmlTextWriter writer);
abstract member HandleError : Exception * System.Web.UI.HtmlTextWriter -> bool
Public Function HandleError (e As Exception, writer As HtmlTextWriter) As Boolean
Paramètres
Événement d'exception système.
- writer
- HtmlTextWriter
Objet HtmlTextWriter.
Retours
true
si l'adaptateur de page gère l'erreur ; sinon, false
.
Remarques
Cette méthode est appelée si une exception non gérée se produit pendant le cycle de vie de la page.