AFAggregateResult.Error Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
If the aggregate could not be computed, the error property will be set
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public Exception Error { get; }
Public ReadOnly Property Error As Exception Get Dim instance As AFAggregateResult Dim value As Exception value = instance.Error
public: property Exception^ Error { Exception^ get (); }
member Error : Exception with get