Click or drag to resize

ServiceHelperLogConnectionException Method

Log exception to ConnectionErrorLogger.

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

Parameters

ex  Exception
Connection exception to log.
See Also