|
IServiceMonitorHandleServiceError Method
|
Handles messages received by the service
whenever the service encounters an error.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.205-beta
Syntax abstract HandleServiceError :
ex : Exception -> unit
function HandleServiceError(ex);
View SourceParameters
- ex Exception
- The exception received from the service.
See Also