Flexivert Library Documentation
Error Method (text)
NamespacesFlexivert.UIIFlexivertApplicationError(String)
Asserts an error message.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)