| 
            
              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.258-beta
Syntaxvoid HandleServiceError(
	Exception ex
)
Sub HandleServiceError ( 
	ex As Exception
)
void HandleServiceError(
	Exception^ ex
)
abstract HandleServiceError : 
        ex : Exception -> unit function HandleServiceError(ex);
 View SourceParameters
- ex  Exception
 - The exception received from the service.
 
See Also