Share via


ComponentVersionMismatchException Constructor

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Sub New ( _
    componentName As String _
)
'Usage
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
)

Parameters

See Also

Reference

ComponentVersionMismatchException Class

Microsoft.SqlServer.Dts.Pipeline Namespace