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