3 implementations of HandleError
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlPageAdapter.cs (1)
371public virtual bool HandleError(Exception e, HtmlTextWriter writer)
UI\MobileControls\Adapters\WmlPageAdapter.cs (1)
199public virtual bool HandleError(Exception e, HtmlTextWriter writer)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
332public virtual bool HandleError (Exception e, HtmlTextWriter writer) {
1 reference to HandleError
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
1399if (Adapter.HandleError(error, (HtmlTextWriter)CreateHtmlTextWriter(Response.Output)))