AFAggregateResultCollection.Error Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The error that caused the entire aggregation to fail or if the entire aggregation did not fail.
Namespace: OSIsoft.AF.Data.Aggregate
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Exception Error { get; }
Public ReadOnly Property Error As Exception Get Dim instance As AFAggregateResultCollection Dim value As Exception value = instance.Error
public: property Exception^ Error { Exception^ get (); }
member Error : Exception with get