Click or drag to resize
Grid Solutions Framework

SerializableMeasurementOnProcessException Method

Raises the ProcessException event.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
protected virtual void OnProcessException(
	Exception exception
)
View Source

Parameters

exception  Exception
Exception to send to ProcessException event.
See Also