WizardBackoutException 构造函数 (String)

使用指定的错误信息初始化 WizardBackoutException 类的新实例。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

WizardBackoutException 类

WizardBackoutException 重载

Microsoft.VisualStudio.TemplateWizard 命名空间