Click or drag to resize

IaonSessionProcessExceptionHandler Method

Event handler for processing reported exceptions.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual void ProcessExceptionHandler(
	Object sender,
	EventArgs<Exception> e
)
View Source

Parameters

sender  Object
Event source of the exception.
e  EventArgsException
Event arguments containing the exception to report.
See Also