Partilhar via


Construtor WizardCancelledException (String, Exception)

Inicializa uma nova instância de WizardCancelledException classe com a mensagem de erro especificado e uma referência para a exceção interna que é a causa da exceção.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

WizardCancelledException Classe

Sobrecargas WizardCancelledException

Namespace Microsoft.VisualStudio.TemplateWizard