Partager via


WizardCancelledException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe WizardCancelledException 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 WizardCancelledException(
    string message,
    Exception innerException
)
public:
WizardCancelledException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WizardCancelledException
public function WizardCancelledException(
    message : String, 
    innerException : Exception
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

WizardCancelledException Classe

WizardCancelledException, surcharge

Microsoft.VisualStudio.TemplateWizard, espace de noms