Share via


WizardBackoutException Class

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

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TemplateWizard.WizardBackoutException

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

WizardBackoutException Members

Microsoft.VisualStudio.TemplateWizard Namespace