Share via


WizardBackoutException Constructor (String)

Initializes a new instance of the WizardBackoutException class with the specified error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public WizardBackoutException(
    string message
)
public:
WizardBackoutException(
    String^ message
)
new : 
        message:string -> WizardBackoutException
public function WizardBackoutException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

WizardBackoutException Class

WizardBackoutException Overload

Microsoft.VisualStudio.TemplateWizard Namespace