PIPagingConfiguration.Error Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Contains the exception that caused the OperationCanceledException to be thrown canceling the operation.
Namespace: OSIsoft.AF.PI
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 PIPagingConfiguration Dim value As Exception value = instance.Error
public: property Exception^ Error { Exception^ get (); }
member Error : Exception with get