次の方法で共有


WizardCancelledException クラス

定義

テンプレート ウィザード内の処理を取り消すためにスローされる例外。

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 を取得または設定します。

適用対象