Share via


WizardCancelledException Constructor (String, Exception)

Initializes a new instance of the WizardCancelledException class with the specified error message and a reference to the inner exception that is the cause of this exception.

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

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

WizardCancelledException Class

WizardCancelledException Overload

Microsoft.VisualStudio.TemplateWizard Namespace