Partilhar via


Construtor WizardCancelledException (String)

Inicializa uma nova instância da WizardCancelledException classe com a mensagem de erro especificado.

Namespace:  Microsoft.VisualStudio.TemplateWizard
Assembly:  Microsoft.VisualStudio.TemplateWizardInterface (em Microsoft.VisualStudio.TemplateWizardInterface.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
public WizardCancelledException(
    string message
)
public:
WizardCancelledException(
    String^ message
)
new : 
        message:string -> WizardCancelledException
public function WizardCancelledException(
    message : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

WizardCancelledException Classe

Sobrecargas WizardCancelledException

Namespace Microsoft.VisualStudio.TemplateWizard