AFAnalysisException.ErrorStringArg Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
supports formatting of error strings e.g. "Incorrect index type (Input) for {0}.", PELexClass.tokenToString(_operationType)
if supplied then an attempt will be made in message construction to format the string
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IList<string> ErrorStringArg { get; }
Public ReadOnly Property ErrorStringArg As IList(Of String) Get Dim instance As AFAnalysisException Dim value As IList(Of String) value = instance.ErrorStringArg
public: property IList<String^>^ ErrorStringArg { IList<String^>^ get (); }
member ErrorStringArg : IList<string> with get