XhtmlPageAdapter.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.
Appelé si une erreur non gérée se produit sur la page. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
virtual bool HandleError(Exception ^ e, System::Web::UI::HtmlTextWriter ^ writer);
public virtual bool HandleError (Exception e, System.Web.UI.HtmlTextWriter writer);
abstract member HandleError : Exception * System.Web.UI.HtmlTextWriter -> bool
override this.HandleError : Exception * System.Web.UI.HtmlTextWriter -> bool
Public Overridable Function HandleError (e As Exception, writer As HtmlTextWriter) As Boolean
Paramètres
- writer
- HtmlTextWriter
Objet HtmlTextWriter.
Retours
false
.
Implémente
Remarques
Un adaptateur peut choisir de gérer l’erreur et d’afficher un message d’erreur. La XhtmlPageAdapter classe ne fait rien et retourne false
.