OpsContextShowException Method |
Displays a dialog box containing showing an exception
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic 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