Click or drag to resize

ServiceHelperLoggedException Event

Provides notification of when there is an exception logged.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<EventArgs<Exception>> LoggedException
View Source

Value

EventHandlerEventArgsException
Remarks
Argument is the exception that was logged.
See Also