Global.Application_Error(Object, EventArgs) Method

Definition

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

Parameters

sender
Object

Applies to