Click or drag to resize

ServiceHelperLogException Method

Log exception to ErrorLogger.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public void LogException(
	Exception ex
)
View Source

Parameters

ex  Exception
Exception to log.
See Also