Udostępnij przez


WizardCancelledException Konstruktory

Definicja

Przeciążenia

WizardCancelledException()

Konstruktor wyjątku.

WizardCancelledException(String)

Konstruktor wyjątku.

WizardCancelledException(SerializationInfo, StreamingContext)

Konstruktor wyjątku.

WizardCancelledException(String, Exception)

Konstruktor wyjątku.

WizardCancelledException()

Konstruktor wyjątku.

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

Dotyczy

WizardCancelledException(String)

Konstruktor wyjątku.

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)

Parametry

message
String

Komunikat o błędzie dla wyjątku.

Dotyczy

WizardCancelledException(SerializationInfo, StreamingContext)

Konstruktor wyjątku.

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)

Parametry

info
SerializationInfo

Obiekt SerializationInfo, który zawiera serializowane dane obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

Obiekt StreamingContext zawierający kontekstowe informacje o źródle lub miejscu docelowym.

Wyjątki

Parametr info jest odwołaniem o wartości null (Nic w Visual Basic)

Nazwa klasy jest odwołaniem o wartości null (Nic w Visual Basic) lub HResult ma wartość zero (0).

Dotyczy

WizardCancelledException(String, Exception)

Konstruktor wyjątku.

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)

Parametry

message
String

Komunikat o błędzie dla wyjątku.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy