AFAnalysisException Constructor (String, Exception, AFAnalysisErrorSeverity)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Constructor
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAnalysisException( string message, Exception inner, AFAnalysisErrorSeverity severity )
Public Sub New ( message As String, inner As Exception, severity As AFAnalysisErrorSeverity ) Dim message As String Dim inner As Exception Dim severity As AFAnalysisErrorSeverity Dim instance As New AFAnalysisException(message, inner, severity)
public: AFAnalysisException( String^ message, Exception^ inner, AFAnalysisErrorSeverity severity )
new : message : string * inner : Exception * severity : AFAnalysisErrorSeverity -> AFAnalysisException
Parameters
- message
- Type: SystemString
Format string - inner
- Type: SystemException
Inner exception - severity
- Type: OSIsoft.AF.AnalysisAFAnalysisErrorSeverity
Severity