Click or drag to resize
CMSHttpApplicationApplication_Error Method
Application error event handler.

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

Parameters

sender
Type: SystemObject
e
Type: SystemEventArgs
See Also