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