WizardCancelledException Class

Definition

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

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()

Initializes a new instance of the WizardCancelledException class.

WizardCancelledException(SerializationInfo, StreamingContext)

Initializes a new instance of the WizardCancelledException class with serialized data.

WizardCancelledException(String)

Initializes a new instance of the WizardCancelledException class with the specified error message.

WizardCancelledException(String, Exception)

Initializes a new instance of the WizardCancelledException class with the specified error message and a reference to the inner exception that is the cause of this exception.

Properties

HResult

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

Applies to