BasePageStandard Page_Error Method A Sandcastle Documented Class Library
Default Page_Error method. Handles logging the exception and sending out administrator notification emails.

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

protected virtual void Page_Error(
	Object sender,
	EventArgs args
)

Parameters

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