Sdílet prostřednictvím


WizardBackoutException – konstruktor (String)

Inicializuje novou instanci WizardBackoutException 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 WizardBackoutException(
    string message
)
public:
WizardBackoutException(
    String^ message
)
new : 
        message:string -> WizardBackoutException
public function WizardBackoutException(
    message : String
)

Parametry

  • message
    Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WizardBackoutException Třída

WizardBackoutException – přetížení

Microsoft.VisualStudio.TemplateWizard – obor názvů