|   | ServiceHelperLoggedException Event | 
        
        
            Provides notification of when there is an exception logged.
            
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
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);
Value
EventHandlerEventArgsException Remarks
RemarksArgument is the exception that was logged.
            
  See Also
See Also