Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFErrors(TKey).Errors Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFErrors(TKey).Errors Property
The dictionary of all errors that may or may not be specific to a PISystem or PIServer.

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, Exception
A dictionary of all errors that may or may not be specific to a PISystem or PIServer.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in