|   | ErrorLoggerLoggingException Event | 
        
        
            Occurs when an Exception is encountered while logging an Exception.
            
        
        Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic event EventHandler<EventArgs<Exception>> LoggingException
Public Event LoggingException As EventHandler(Of EventArgs(Of Exception))
public:
 event EventHandler<EventArgs<Exception^>^>^ LoggingException {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}member LoggingException : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>function add_LoggingException(value);
function remove_LoggingException(value);
Value
EventHandlerEventArgsException Remarks
RemarksArgument is the 
Exception that was encountered while logging an 
Exception.
            
  See Also
See Also