ComponentUpgradeFailedException Constructor

Initializes a new instance of the ComponentUpgradeFailedException class with the IdentificationString of the component that failed to upgrade.

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

Syntax

'Declaration
Public Sub New ( _
    strComponentName As String _
)
'Usage
Dim strComponentName As String

Dim instance As New ComponentUpgradeFailedException(strComponentName)
public ComponentUpgradeFailedException(
    string strComponentName
)
public:
ComponentUpgradeFailedException(
    String^ strComponentName
)
new : 
        strComponentName:string -> ComponentUpgradeFailedException
public function ComponentUpgradeFailedException(
    strComponentName : String
)

Parameters