AFErrors(TKey).Errors Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IDictionary<TKey, Exception> Errors { get; }
Public ReadOnly Property Errors As IDictionary(Of TKey, Exception) Get Dim instance As AFErrors Dim value As IDictionary(Of TKey, Exception) value = instance.Errors
public: property IDictionary<TKey, Exception^>^ Errors { IDictionary<TKey, Exception^>^ get (); }
member Errors : IDictionary<'TKey, Exception> with get
Property Value
Type: IDictionaryTKey, ExceptionA dictionary of all errors that may or may not be specific to a PISystem or PIServer.