AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

CMSBaseMasterPage..::..OnError Method

Raised when an unhandled exception bubbles up to the page. Honors the "safe redirect triggered" and "suppress errors" context flags by clearing the error so the request can continue.

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

Syntax


protected void OnError(
	EventArgs e
)

Parameters

e
Type: EventArgs
The EventArgs associated with the error event.