SiteBaseBuildHTMLException Method (String, String, Boolean) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns HTML code for a CS exception.

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

public string BuildHTMLException(
	string componentName,
	string statusText,
	bool includeBlockElement
)

Parameters

componentName
Type: SystemString
The name of the AS component that has thrown the error.
statusText
Type: SystemString
The exception text to display.
includeBlockElement
Type: SystemBoolean
Set true if the message should be included in a block element, otherwise false..

Return Value

Type: String
Returns HTML code for a CS exception.
See Also

Reference