|
ServiceHelperLoggedException Event
|
Provides notification of when there is an exception logged.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler<EventArgs<Exception>> LoggedException
Public Event LoggedException As EventHandler(Of EventArgs(Of Exception))
public:
event EventHandler<EventArgs<Exception^>^>^ LoggedException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
function add_LoggedException(value);
function remove_LoggedException(value);
View SourceValue
EventHandlerEventArgsException
RemarksArgument is the exception that was logged.
See Also