Click or drag to resize

IaonSessionOnProcessException Method

Raises ProcessException event.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnProcessException(
	Object sender,
	Exception ex
)
View Source

Parameters

sender  Object
Object source raising the event.
ex  Exception
Processing Exception.
See Also