Compartilhar via


Construtor WizardBackoutException (String, Exception)

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

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

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

WizardBackoutException Classe

Sobrecargas WizardBackoutException

Namespace Microsoft.VisualStudio.TemplateWizard