Asserts an error message.
Declaration Syntax
C# | Visual Basic | Visual C++ |
void Error( string text )
Sub Error ( _ text As String _ )
void Error( String^ text )
Parameters
- text (String)
- The error text.
Remarks
The message might not be displayed as a message box. In case the
developer intends to display a message box, she should use Alert.