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(一个分配给特定异常的编码数字值)。

适用于