Click or drag to resize
WebPartErrorAddErrorControls Method
Adds the error controls to the given control

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public static void AddErrorControls(
	Control parent,
	string title,
	Exception ex
)

Parameters

parent
Type: System.Web.UIControl
Parent control
title
Type: SystemString
Error title
ex
Type: SystemException
Exception to report
See Also