AFAnalysisException Constructor (String, Exception)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Constructor
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAnalysisException( string message, Exception inner )
Public Sub New ( message As String, inner As Exception ) Dim message As String Dim inner As Exception Dim instance As New AFAnalysisException(message, inner)
public: AFAnalysisException( String^ message, Exception^ inner )
new : message : string * inner : Exception -> AFAnalysisException
Parameters
- message
- Type: SystemString
Format string - inner
- Type: SystemException
Inner exception