Click or drag to resize

AdapterCollectionBaseTOnProcessException(Exception) Method

Note: This API is now obsolete.

Raises the ProcessException event.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ObsoleteAttribute("Switch to using overload with MessageLevel parameter - this method may be removed from future builds.", 
	false)]
protected void OnProcessException(
	Exception ex
)
View Source

Parameters

ex  Exception
Processing Exception.
See Also