Concentrator
|
public event EventHandler<EventArgs<Exception>> ProcessException
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.