ErrorFormatterPage.OnInit Method (EventArgs)

 

Called after an object, such as a form or a page, is initialized. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

override OnInit : 
        e:EventArgs -> unit

Parameters

e
Type: System.EventArgs

An EventArgs object that contains the event data.

Exception Condition
Exception

there is no exception stored in the HttpContext.

This method overrides the Page.OnInit method to customize the event data for the adapter.

.NET Framework
Available since 1.1
Return to top
Show: