SPMobilePage.OnError Method
Represents the method that handles the Error event of a SPMobilePage.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnError ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnError(e)
protected override void OnError(
EventArgs e
)
Parameters
e
Type: System.EventArgsAn EventArgs that contains the event data.
Remarks
Generally, this method opens an error page.