ComponentUpgradeFailedException(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.