| 
            
              AdapterBaseOnProcessException(Exception) Method
             | 
          
        
        
          Note: This API is now obsolete.
        
        
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
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);
 View SourceParameters
- ex  Exception
 - Processing Exception.
 
See Also