WizardCancelledException 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 cancel processing within the template wizard.
public ref class WizardCancelledException : Exception
[System.Serializable]
public class WizardCancelledException : Exception
[<System.Serializable>]
type WizardCancelledException = class
inherit Exception
Public Class WizardCancelledException
Inherits Exception
- Inheritance
-
WizardCancelledException
- Attributes
Constructors
WizardCancelledException() |
Exception constructor. |
WizardCancelledException(SerializationInfo, StreamingContext) |
Exception constructor. |
WizardCancelledException(String, Exception) |
Exception constructor. |
WizardCancelledException(String) |
Exception constructor. |
Properties
HResult |
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. |