Displays the specified message to the user.
Namespace:
Endeca.Web.UI.DesignAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
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