FormCanceledException 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 : 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. |