Sdílet prostřednictvím


WizardCancelledException – konstruktor (String)

Inicializuje novou instanci WizardCancelledException třídy určené chybové zprávy.

Obor názvů:  Microsoft.VisualStudio.TemplateWizard
Sestavení:  Microsoft.VisualStudio.TemplateWizardInterface (v Microsoft.VisualStudio.TemplateWizardInterface.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String _
)
public WizardCancelledException(
    string message
)
public:
WizardCancelledException(
    String^ message
)
new : 
        message:string -> WizardCancelledException
public function WizardCancelledException(
    message : String
)

Parametry

  • message
    Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WizardCancelledException Třída

WizardCancelledException – přetížení

Microsoft.VisualStudio.TemplateWizard – obor názvů