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

WizardCancelledException()

Exception constructor.

WizardCancelledException(SerializationInfo, StreamingContext)

Exception constructor.

WizardCancelledException(String)

Exception constructor.

WizardCancelledException(String, Exception)

Exception constructor.

Properties

HResult

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

Applies to