AdapterCollectionBaseTProcessException Event
            Event is raised when there is an exception encountered while processing.
            
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
public event EventHandler<EventArgs<Exception>> ProcessException
Public Event ProcessException As EventHandler(Of EventArgs(Of Exception))
public:
virtual  event EventHandler<EventArgs<Exception^>^>^ ProcessException {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
function add_ProcessException(value);
function remove_ProcessException(value);
 Argument is the exception that was thrown.