Sdílet prostřednictvím


WizardCancelledException – konstruktor (String, Exception)

Inicializuje novou instanci WizardCancelledException 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 WizardCancelledException(
    string message,
    Exception innerException
)
public:
WizardCancelledException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WizardCancelledException
public function WizardCancelledException(
    message : String, 
    innerException : Exception
)

Parametry

  • message
    Typ: String
  • innerException
    Typ: Exception

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WizardCancelledException Třída

WizardCancelledException – přetížení

Microsoft.VisualStudio.TemplateWizard – obor názvů