次の方法で共有


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

現在の例外の原因となった例外。

適用対象