AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageCommonBasePage..::..OnError Method

Raises the [System.Web.UI.TemplateControl.Error] event. If the current exception is a SafeRedirect sentinel, logs it and clears [HttpServerUtility.GetLastError] so the redirect can complete; otherwise defers to the base error handling.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected void OnError(
	EventArgs e
)

Parameters

e
Type: EventArgs
The EventArgs instance supplied by the page framework.

See Also


AdvantageCommonBasePage