Click or drag to resize

AdapterBaseProcessException 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.181-beta
Syntax
public event EventHandler<EventArgs<Exception>> ProcessException
View Source

Value

EventHandlerEventArgsException

Implements

IAdapterProcessException
Remarks
Argument is the exception that was thrown.
See Also