Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication

AFAnalysisException Constructor (Int32, IAFLocalizedErrorProvider, Exception, String[])

Table of Contents
HomeAF SDK Reference...NamespacesOSIsoft.AF.AnalysisAFAnalysisException ClassAFAnalysisException Constructor AFAnalysisException Constructor (Int32, IAFLocalizedErrorProvider, Exception, String[])Current page
TABLE OF CONTENTS

AFAnalysisException Constructor (Int32, IAFLocalizedErrorProvider, Exception, String[])

AFAnalysisException Constructor (Int32, IAFLocalizedErrorProvider, Exception, String[])
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

Version Information

AFSDK

Supported in: 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9, 2.8.5, 2.8, 2.7.5, 2.7, 2.6

See Also

Was this topic helpful?