Click or drag to resize

OpsContextShowException Method

Displays a dialog box containing showing an exception

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

Parameters

ex
Type: SystemException
The exception to be displayed.
message
Type: SystemString
The message to be displayed (if blank or null no message will be displayed)
See Also