Click or drag to resize

OpsContextShowException Method

Displays a dialog box containing showing an exception

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public void ShowException(
	Exception ex,
	string message
)

Parameters

ex  Exception
The exception to be displayed.
message  String
The message to be displayed (if blank or null no message will be displayed)
See Also