Click or drag to resize

OpsContextLogException Method

Logs exception

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

Parameters

ex
Type: SystemException
title
Type: SystemString
See Also