AFAnalysisException.ErrorCode Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Error code for to generate localized message
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public int ErrorCode { get; }
Public ReadOnly Property ErrorCode As Integer Get Dim instance As AFAnalysisException Dim value As Integer value = instance.ErrorCode
public: property int ErrorCode { int get (); }
member ErrorCode : int with get