Click or drag to resize

AdapterBase.ProcessException Event

Event is raised when there is an exception encountered while processing.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.239-beta
Syntax
public event EventHandler<EventArgs<Exception>> ProcessException
View Source

Value

EventHandler<EventArgs<Exception>>

Implements

IAdapter.ProcessException
Remarks
Argument is the exception that was thrown.
See Also