Displays the specified message to the user.

Namespace:  Endeca.Web.UI.Design
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public void DisplayError(
	string message
)
Visual Basic (Declaration)
Public Sub DisplayError ( _
	message As String _
)
Visual C++
public:
void DisplayError(
	String^ message
)

Parameters

message
Type: System..::.String

See Also