Share via


WizardCancelledException Constructor (String)

Initializes a new instance of the WizardCancelledException 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 WizardCancelledException(
    string message
)
public:
WizardCancelledException(
    String^ message
)
new : 
        message:string -> WizardCancelledException
public function WizardCancelledException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

WizardCancelledException Class

WizardCancelledException Overload

Microsoft.VisualStudio.TemplateWizard Namespace