|   | ServiceHostBaseStatusLogExceptionHandler Method | 
        
        
            Event handler for processing exceptions encountered while writing entries to the status log file.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxprotected virtual void StatusLogExceptionHandler(
	Object sender,
	EventArgs<Exception> e
)
Protected Overridable Sub StatusLogExceptionHandler ( 
	sender As Object,
	e As EventArgs(Of Exception)
)
protected:
virtual void StatusLogExceptionHandler(
	Object^ sender, 
	EventArgs<Exception^>^ e
)
abstract StatusLogExceptionHandler : 
        sender : Object * 
        e : EventArgs<Exception> -> unit 
override StatusLogExceptionHandler : 
        sender : Object * 
        e : EventArgs<Exception> -> unit function StatusLogExceptionHandler(sender, e);
Parameters
- sender  Object
- Event source of the exception.
- e  EventArgsException
- Event arguments containing the exception to report.
 See Also
See Also