|   | ConcentratorBaseOnProcessException(Exception) Method | 
        
        
          Note: This API is now obsolete.
        
        
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntax[ObsoleteAttribute("Switch to using overload with MessageLevel parameter - this method may be removed from future builds.", 
	false)]
protected void OnProcessException(
	Exception ex
)<ObsoleteAttribute("Switch to using overload with MessageLevel parameter - this method may be removed from future builds.", 
	false)>
Protected Sub OnProcessException ( 
	ex As Exception
)protected:
[ObsoleteAttribute(L"Switch to using overload with MessageLevel parameter - this method may be removed from future builds.", 
	false)]
void OnProcessException(
	Exception^ ex
)
[<ObsoleteAttribute("Switch to using overload with MessageLevel parameter - this method may be removed from future builds.", 
	false)>]
member OnProcessException : 
        ex : Exception -> unit function OnProcessException(ex);
Parameters
- ex  Exception
- Processing Exception.
 See Also
See Also