Share via


FormCanceledException<T> Class

Definition

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

[System.Serializable]
public class FormCanceledException<T> : Microsoft.Bot.Builder.FormFlow.FormCanceledException
[<System.Serializable>]
type FormCanceledException<'T> = class
    inherit FormCanceledException
Public Class FormCanceledException(Of T)
Inherits FormCanceledException

Type Parameters

T

Underlying form type.

Inheritance
Attributes

Constructors

FormCanceledException<T>(String, Exception)

Constructor with message and inner exception.

Properties

Completed

The names of completed steps.

(Inherited from FormCanceledException)
Last

Name of the step that quit or threw an exception.

(Inherited from FormCanceledException)
LastForm

Gets the partial form when the user quits or there is an exception.

Applies to