WizardCancelledException 构造函数 (String, Exception)

使用指定的错误信息和对导致此异常的内部异常的引用来初始化 WizardCancelledException 类的新实例。

命名空间:  Microsoft.VisualStudio.TemplateWizard
程序集:  Microsoft.VisualStudio.TemplateWizardInterface(在 Microsoft.VisualStudio.TemplateWizardInterface.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public WizardCancelledException(
    string message,
    Exception innerException
)
public:
WizardCancelledException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WizardCancelledException
public function WizardCancelledException(
    message : String, 
    innerException : Exception
)

参数

.NET Framework 安全性

请参见

参考

WizardCancelledException 类

WizardCancelledException 重载

Microsoft.VisualStudio.TemplateWizard 命名空间