다음을 통해 공유


WizardCancelledException 클래스

정의

템플릿 마법사 내에서 처리를 취소하기 위해 throw될 수 있는 예외입니다.

public ref class WizardCancelledException : Exception
[System.Serializable]
public class WizardCancelledException : Exception
[<System.Serializable>]
type WizardCancelledException = class
    inherit Exception
Public Class WizardCancelledException
Inherits Exception
상속
WizardCancelledException
특성

생성자

WizardCancelledException()

예외 생성자입니다.

WizardCancelledException(SerializationInfo, StreamingContext)

예외 생성자입니다.

WizardCancelledException(String, Exception)

예외 생성자입니다.

WizardCancelledException(String)

예외 생성자입니다.

속성

HResult

특정 예외에 할당된 코드화된 숫자 값인 HRESULT를 가져오거나 설정합니다.

적용 대상