ActiveScriptingBaseBuildHTMLComponentException Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns an component exception in HTML format.

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected string BuildHTMLComponentException(
	string componentName,
	string statusText,
	bool includeBlockElement
)

Parameters

componentName
Type: SystemString
The name of the AS component that has thrown the error.
statusText
Type: SystemString
Exception text to display.
includeBlockElement
Type: SystemBoolean
A value indicating if the message should be included in a block element.

Return Value

Type: String
Returns an component exception in HTML format.
See Also

Reference