FormCanceledException<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |