Click or drag to resize
CMSApplicationReportApplicationError Method
Reports the application error

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void ReportApplicationError(
	string message = null
)

Parameters

message (Optional)
Type: SystemString
Error message to report
See Also