ComponentUpgradeFailedException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当组件的 PerformUpgrade(Int32) 方法失败时引发的异常。
public ref class ComponentUpgradeFailedException : ApplicationException
[System.Serializable]
public class ComponentUpgradeFailedException : ApplicationException
[<System.Serializable>]
type ComponentUpgradeFailedException = class
inherit ApplicationException
Public Class ComponentUpgradeFailedException
Inherits ApplicationException
- 继承
-
ComponentUpgradeFailedException
- 属性
注解
当包 XML 中存储的 CurrentVersion 由 属性指定的组件版本小于 CurrentVersion 本地计算机上组件的 属性时, PerformUpgrade 将调用 。 此方法使组件有机会升级 IDTSComponentMetaData100 包 XML 中的 以匹配当前版本。 如果组件不重写 的 PerformUpgrade 基类实现,或者如果在组件实现此方法期间发生异常,则会 ComponentUpgradeFailedException 引发 。
构造函数
ComponentUpgradeFailedException(String) |
使用无法升级的组件的 ComponentUpgradeFailedException 初始化 IdentificationString 类的新实例。 |