Click or drag to resize
CMSHttpApplication.Application_Error Method
Application error event handler.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void Application_Error(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: System.Object
e
Type: System.EventArgs
See Also