Click or drag to resize

OpsContextShowError Method

Displays a dialog box containing an error message.

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

Parameters

message  String
The message to be displayed.
See Also