Click or drag to resize
ExceptionReport Constructor
Constructor

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public ExceptionReport(
	Exception ex,
	string title
)

Parameters

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