AFAnalysisException.ErrorStringArg Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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