AFAnalysisException Constructor (Int32, IAFLocalizedErrorProvider, Exception, String[])
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
Constructor
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156
Syntax
public AFAnalysisException( int errorCode, IAFLocalizedErrorProvider errorProvider, Exception inner, params string[] args )
Public Sub New ( errorCode As Integer, errorProvider As IAFLocalizedErrorProvider, inner As Exception, ParamArray args As String() ) Dim errorCode As Integer Dim errorProvider As IAFLocalizedErrorProvider Dim inner As Exception Dim args As String() Dim instance As New AFAnalysisException(errorCode, errorProvider, inner, args)
public: AFAnalysisException( int errorCode, IAFLocalizedErrorProvider^ errorProvider, Exception^ inner, ... array<String^>^ args )
new : errorCode : int * errorProvider : IAFLocalizedErrorProvider * inner : Exception * args : string[] -> AFAnalysisException
Parameters
- errorCode
- Type: System.Int32
Error code - errorProvider
- Type: OSIsoft.AF.Analysis.IAFLocalizedErrorProvider
Interface with method to format localized error string - inner
- Type: System.Exception
Inner exception - args
- Type:System.String[]
Context for format string