Sdílet prostřednictvím


WizardBackoutException – konstruktor (String, Exception)

Inicializuje novou instanci WizardBackoutException třídy určené chybovou zprávu a odkaz na vnitřní výjimka, který je příčinou této výjimky.

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

Syntaxe

'Deklarace
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public WizardBackoutException(
    string message,
    Exception innerException
)
public:
WizardBackoutException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WizardBackoutException
public function WizardBackoutException(
    message : String, 
    innerException : Exception
)

Parametry

  • message
    Typ: String
  • innerException
    Typ: Exception

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WizardBackoutException Třída

WizardBackoutException – přetížení

Microsoft.VisualStudio.TemplateWizard – obor názvů