|   | IaonSessionProcessExceptionHandler Method | 
        
        
            Event handler for processing reported exceptions.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual void ProcessExceptionHandler(
	Object sender,
	EventArgs<Exception> e
)
Public Overridable Sub ProcessExceptionHandler ( 
	sender As Object,
	e As EventArgs(Of Exception)
)
public:
virtual void ProcessExceptionHandler(
	Object^ sender, 
	EventArgs<Exception^>^ e
)
abstract ProcessExceptionHandler : 
        sender : Object * 
        e : EventArgs<Exception> -> unit 
override ProcessExceptionHandler : 
        sender : Object * 
        e : EventArgs<Exception> -> unit function ProcessExceptionHandler(sender, e);
Parameters
- sender  Object
- Event source of the exception.
- e  EventArgsException
- Event arguments containing the exception to report.
 See Also
See Also