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 命名空間