{CompanyName} FlexyGo

Global_asax..::..Application_Error Method

Handles the Error event of the Application control.

Namespace:  FLEXYGO
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


public void Application_Error(
	Object sender,
	EventArgs e
)
Public Sub Application_Error ( _
	sender As Object, _
	e As EventArgs _
)

Parameters

sender
Type: Object
The source of the event.
e
Type: EventArgs
The EventArgs instance containing the event data.