Udostępnij za pośrednictwem


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 _
)
public ComponentVersionMismatchException (
    string componentName
)
public:
ComponentVersionMismatchException (
    String^ componentName
)
public ComponentVersionMismatchException (
    String componentName
)
public function ComponentVersionMismatchException (
    componentName : String
)

Parameters

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ComponentVersionMismatchException Class
ComponentVersionMismatchException Members
Microsoft.SqlServer.Dts.Pipeline Namespace