Share via


WizardCancelledException Class

Definition

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

Name Description
WizardCancelledException()

Exception constructor.

WizardCancelledException(SerializationInfo, StreamingContext)

Exception constructor.

WizardCancelledException(String, Exception)

Exception constructor.

WizardCancelledException(String)

Exception constructor.

Properties

Name Description
HResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.

Applies to