ConcentratorBaseProcessException Event

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

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public event EventHandler<EventArgs<Exception>> ProcessException

Value

EventHandlerEventArgsException

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