Click or drag to resize

ServiceHelperOnLoggedException Method

Raises LoggedException event with logged exception.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnLoggedException(
	Exception exception
)
View Source

Parameters

exception  Exception
Logged Exception.
See Also