Click or drag to resize
Grid Solutions Framework

SerializableMeasurementProcessException Event

Occurs when an System.Exception is encountered when processing a request.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public event EventHandler<EventArgs<Exception>> ProcessException
View Source

Value

EventHandlerEventArgsException
Remarks
Argument is the exception encountered when processing a request.
See Also