ComponentUpgradeFailedException(String) Constructor

Definition

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

public:
 ComponentUpgradeFailedException(System::String ^ strComponentName);
public ComponentUpgradeFailedException (string strComponentName);
new Microsoft.SqlServer.Dts.Pipeline.ComponentUpgradeFailedException : string -> Microsoft.SqlServer.Dts.Pipeline.ComponentUpgradeFailedException
Public Sub New (strComponentName As String)

Parameters

strComponentName
String

The IdentificationString of the component.

Applies to