Click or drag to resize

ServiceMonitorBaseHandleServiceError Method

Handles messages received by the service whenever the service encounters an error.

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

Parameters

ex  Exception
The error received from the service.

Implements

IServiceMonitorHandleServiceError(Exception)
See Also