Share via


MvcApplication.Application_Error Method (Object, EventArgs)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

Syntax

protected void Application_Error(
    object sender,
    EventArgs e
)
protected:
void Application_Error(
    Object^ sender,
    EventArgs^ e
)
member Application_Error : 
        sender:Object *
        e:EventArgs -> unit
Protected Sub Application_Error (
    sender As Object,
    e As EventArgs
)

Parameters

See Also

MvcApplication Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top