Click or drag to resize
ExceptionReport Constructor
Constructor

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public ExceptionReport(
	Exception ex,
	string title
)

Parameters

ex
Type: SystemException
Exception to report
title
Type: SystemString
Error title
See Also