| 
            
              ServiceMonitorsHandleServiceError 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
Syntaxpublic void HandleServiceError(
	Exception ex
)
Public Sub HandleServiceError ( 
	ex As Exception
)
public:
void HandleServiceError(
	Exception^ ex
)
member HandleServiceError : 
        ex : Exception -> unit function HandleServiceError(ex);
 View SourceParameters
- ex  Exception
 - The exception received from the service.
 
See Also