Click or drag to resize

OpsContextShowError Method

Displays a dialog box containing an error message.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public void ShowError(
	string message
)

Parameters

message
Type: SystemString
The message to be displayed.
See Also