|
ServiceMonitorBaseHandleServiceError 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.248-beta
Syntaxpublic virtual void HandleServiceError(
Exception ex
)
Public Overridable Sub HandleServiceError (
ex As Exception
)
public:
virtual void HandleServiceError(
Exception^ ex
)
abstract HandleServiceError :
ex : Exception -> unit
override HandleServiceError :
ex : Exception -> unit
function HandleServiceError(ex);
View SourceParameters
- ex Exception
- The error received from the service.
Implements
IServiceMonitorHandleServiceError(Exception)
See Also