Click or drag to resize

ServiceHostBaseLogException Method

Logs an exception to the service helper ErrorLogger.

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

Parameters

ex  Exception
Exception to log.
See Also