Click or drag to resize
CMSAPIExampleException Constructor
Creates a new CMSAPIExampleException.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public CMSAPIExampleException(
	string message
)

Parameters

message
Type: SystemString
Exception message.
See Also