WizardBackoutException Class

Definition

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 constructor.

WizardBackoutException(String, Exception)

Exception constructor.

Properties

HResult

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

Applies to