WizardCancelledException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可在範本精靈內取消處理的例外狀況。
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,它是指派給特定例外狀況的編碼數值。 |