WizardCancelledException Class

The exception that is thrown when the template wizard is cancelled before it has completed.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class WizardCancelledException _
    Inherits Exception
'Usage
Dim instance As WizardCancelledException
[SerializableAttribute]
public class WizardCancelledException : Exception
[SerializableAttribute]
public ref class WizardCancelledException : public Exception
public class WizardCancelledException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TemplateWizard.WizardCancelledException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WizardCancelledException Members

Microsoft.VisualStudio.TemplateWizard Namespace