|
IaonSessionProcessExceptionHandler Method
|
Event handler for processing reported exceptions.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function ProcessExceptionHandler(sender, e);
View SourceParameters
- sender Object
- Event source of the exception.
- e EventArgsException
- Event arguments containing the exception to report.
See Also