WizardBackoutException (Constructor) (String, Exception)

Inicializa una instancia nueva de la clase WizardBackoutException con el mensaje de error especificado y una referencia a la excepción interna que causó esta excepción.

Espacio de nombres:  Microsoft.VisualStudio.TemplateWizard
Ensamblado:  Microsoft.VisualStudio.TemplateWizardInterface (en Microsoft.VisualStudio.TemplateWizardInterface.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

WizardBackoutException Clase

WizardBackoutException (Sobrecarga)

Microsoft.VisualStudio.TemplateWizard (Espacio de nombres)