WizardBackoutException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception that can be thrown to back out of the template wizard.
public ref class WizardBackoutException : Exception
[System.Serializable]
public class WizardBackoutException : Exception
[<System.Serializable>]
type WizardBackoutException = class
inherit Exception
Public Class WizardBackoutException
Inherits Exception
- Inheritance
-
WizardBackoutException
- Attributes
Constructors
WizardBackoutException() |
Exception constructor. |
WizardBackoutException(SerializationInfo, StreamingContext) |
Exception constructor. |
WizardBackoutException(String, Exception) |
Exception constructor. |
WizardBackoutException(String) |
Exception constructor. |
Properties
HResult |
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. |