AFAnalysisException.Message Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Message
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public override string Message { get; }
Public Overrides ReadOnly Property Message As String Get Dim instance As AFAnalysisException Dim value As String value = instance.Message
public: virtual property String^ Message { String^ get () override; }
abstract Message : string with get override Message : string with get