Partager via


Constructeur ComponentVersionMismatchException

Initializes a new instance of the ComponentVersionMismatchException class with the IdentificationString of the mismatched component.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    componentName As String _
)
'Utilisation
Dim componentName As String

Dim instance As New ComponentVersionMismatchException(componentName)
public ComponentVersionMismatchException(
    string componentName
)
public:
ComponentVersionMismatchException(
    String^ componentName
)
new : 
        componentName:string -> ComponentVersionMismatchException
public function ComponentVersionMismatchException(
    componentName : String
)

Paramètres