WizardCancelledException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
WizardCancelledException() |
Ausnahmekonstruktor. |
WizardCancelledException(String) |
Ausnahmekonstruktor. |
WizardCancelledException(SerializationInfo, StreamingContext) |
Ausnahmekonstruktor. |
WizardCancelledException(String, Exception) |
Ausnahmekonstruktor. |
WizardCancelledException()
Ausnahmekonstruktor.
public:
WizardCancelledException();
public:
WizardCancelledException();
WizardCancelledException();
public WizardCancelledException ();
Public Sub New ()
Gilt für:
WizardCancelledException(String)
Ausnahmekonstruktor.
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)
Parameter
- message
- String
Die Fehlermeldung für die Ausnahme.
Gilt für:
WizardCancelledException(SerializationInfo, StreamingContext)
Ausnahmekonstruktor.
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)
Parameter
- info
- SerializationInfo
Ein SerializationInfo-Objekt, das die serialisierten Objektdaten zur ausgelösten Ausnahme enthält.
- context
- StreamingContext
Ein StreamingContext-Objekt, das Kontextinformationen zur Quelle oder zum Ziel enthält.
Ausnahmen
Der info
Parameter ist ein NULL-Verweis (Nothing in Visual Basic)
Der Klassenname ist ein NULL-Verweis (Nothing in Visual Basic) oder HResult null (0).
Gilt für:
WizardCancelledException(String, Exception)
Ausnahmekonstruktor.
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)
Parameter
- message
- String
Die Fehlermeldung für die Ausnahme.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.