WizardBackoutException Class

Definition

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

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

Initializes a new instance of the WizardBackoutException.

WizardBackoutException(SerializationInfo, StreamingContext)

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

WizardBackoutException(String)

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

WizardBackoutException(String, Exception)

Initializes a new instance of the WizardBackoutException 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