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 호출됩니다. 이 방법은 컴포넌트가 패키지 내 XML을 IDTSComponentMetaData100 현재 버전과 일치하도록 업그레이드할 기회를 제공합니다. 컴포넌트가 기본 클래스 구현 PerformUpgrade 을 덮어쓰지 않거나 이 메서드 ComponentUpgradeFailedException 를 구현하는 과정에서 예외가 발생하면 이 메서드가 투입됩니다.
생성자
| Name | Description |
|---|---|
| ComponentUpgradeFailedException(String) |
업그레이드에 실패한 컴포넌트의 새로운 IdentificationString 클래스 인스턴스 ComponentUpgradeFailedException 를 초기화합니다. |