WizardBackoutException 构造函数 (String, Exception)

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

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

语法

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

参数

.NET Framework 安全性

请参见

参考

WizardBackoutException 类

WizardBackoutException 重载

Microsoft.VisualStudio.TemplateWizard 命名空间