Click or drag to resize

ServiceMonitorsHandleServiceError 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 void HandleServiceError(
	Exception ex
)
View Source

Parameters

ex  Exception
The exception received from the service.
See Also