Global Application_Error Method A Sandcastle Documented Class Library
Standard application error method, handles logging the error and sending out administrator email notifications.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private void Application_Error(
	Object sender,
	EventArgs arg
)

Parameters

sender
Type: System Object
arg
Type: System EventArgs
See Also