Click or drag to resize

AsyncDoubleBufferedQueue<T> .ProcessException Event

Event that is raised if an exception is encountered while attempting to processing an item in the AsyncDoubleBufferedQueue<T>.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.240-beta+897dce54fc8a4a27d3c8972aabbe9a3d48c9c170
Syntax
public event EventHandler<EventArgs<Exception>> ProcessException
View Source

Value

EventHandler<EventArgs<Exception>>
Remarks
Processing will not stop for any exceptions thrown by user processing function, but exceptions will be exposed through this event.
See Also