Click or drag to resize

ConcentratorBase.ProcessException Event

This event is raised if there is an exception encountered while attempting to process a frame in the sample queue.

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

Value

EventHandler<EventArgs<Exception>>
Remarks

Argument is the Exception encountered while parsing the data stream.

Processing will not stop for any exceptions thrown by the user function, but any captured exceptions will be exposed through this event.

See Also