共用方式為


WizardCancelledException 建構函式

定義

多載

WizardCancelledException()

例外狀況建構函式。

WizardCancelledException(String)

例外狀況建構函式。

WizardCancelledException(SerializationInfo, StreamingContext)

例外狀況建構函式。

WizardCancelledException(String, Exception)

例外狀況建構函式。

WizardCancelledException()

例外狀況建構函式。

public:
 WizardCancelledException();
public:
 WizardCancelledException();
 WizardCancelledException();
public WizardCancelledException ();
Public Sub New ()

適用於

WizardCancelledException(String)

例外狀況建構函式。

public:
 WizardCancelledException(System::String ^ message);
public:
 WizardCancelledException(Platform::String ^ message);
 WizardCancelledException(std::wstring const & message);
public WizardCancelledException (string message);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : string -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Public Sub New (message As String)

參數

message
String

例外狀況的錯誤訊息。

適用於

WizardCancelledException(SerializationInfo, StreamingContext)

例外狀況建構函式。

protected:
 WizardCancelledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WizardCancelledException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

參數

info
SerializationInfo

SerializationInfo 物件,其中包含所擲回例外狀況的相關串行化對象數據。

context
StreamingContext

包含來源或目的地相關信息之 StreamingContext 物件。

例外狀況

參數 info 是 Null 參考, (Visual Basic 中的 Nothing)

類別名稱為 Null 參考, (Visual Basic) Nothing,或 HResult 為零 (0) 。

適用於

WizardCancelledException(String, Exception)

例外狀況建構函式。

public:
 WizardCancelledException(System::String ^ message, Exception ^ innerException);
public WizardCancelledException (string message, Exception innerException);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : string * Exception -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Public Sub New (message As String, innerException As Exception)

參數

message
String

例外狀況的錯誤訊息。

innerException
Exception

做為目前例外狀況發生原因的例外狀況。

適用於