Partager via


WizardBackoutException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe WizardBackoutException avec le message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

Espace de noms :  Microsoft.VisualStudio.TemplateWizard
Assembly :  Microsoft.VisualStudio.TemplateWizardInterface (dans Microsoft.VisualStudio.TemplateWizardInterface.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

WizardBackoutException Classe

WizardBackoutException, surcharge

Microsoft.VisualStudio.TemplateWizard, espace de noms