| 
            
              RoutingTablesProcessException Event
             | 
          
        
        
            Event is raised when there is an exception encountered while processing.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic event EventHandler<EventArgs<Exception>> ProcessException
Public Event ProcessException As EventHandler(Of EventArgs(Of Exception))
public:
 event EventHandler<EventArgs<Exception^>^>^ ProcessException {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}member ProcessException : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>function add_ProcessException(value);
function remove_ProcessException(value);
 View SourceValue
EventHandlerEventArgsException
RemarksArgument is the exception that was thrown.
            
 
See Also