IAFAnalysisRuleState.EvaluationError Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
An exception holding information about an error that occurred during evaluation.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
Exception EvaluationError { get; set; }
Property EvaluationError As Exception Get Set Dim instance As IAFAnalysisRuleState Dim value As Exception value = instance.EvaluationError instance.EvaluationError = value
property Exception^ EvaluationError { Exception^ get (); void set (Exception^ value); }
abstract EvaluationError : Exception with get, set