共用方式為


WizardCancelledException 建構函式 (String)

使用指定的錯誤訊息,初始化 WizardCancelledException 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TemplateWizard
組件:  Microsoft.VisualStudio.TemplateWizardInterface (在 Microsoft.VisualStudio.TemplateWizardInterface.dll 中)

語法

'宣告
Public Sub New ( _
    message As String _
)
public WizardCancelledException(
    string message
)
public:
WizardCancelledException(
    String^ message
)
new : 
        message:string -> WizardCancelledException
public function WizardCancelledException(
    message : String
)

參數

.NET Framework 安全性

請參閱

參考

WizardCancelledException 類別

WizardCancelledException 多載

Microsoft.VisualStudio.TemplateWizard 命名空間