Share via


FormCanceledException Class

Definition

Exception generated when form filling is canceled by user quit or exception.

[System.Serializable]
public class FormCanceledException : OperationCanceledException
[<System.Serializable>]
type FormCanceledException = class
    inherit OperationCanceledException
Public Class FormCanceledException
Inherits OperationCanceledException
Inheritance
FormCanceledException
Derived
Attributes

Remarks

In the case of user quit or an exception the strongly typed exception FormCanceledException<T> is actually thrown, but this provides simple access to the Last step.

Constructors

FormCanceledException(String, Exception)

Constructor with message and inner exception.

Properties

Completed

The names of completed steps.

Last

Name of the step that quit or threw an exception.

Applies to