FormCanceledException<T>(String, Exception) Constructor
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.
Constructor with message and inner exception.
public FormCanceledException (string message, Exception inner = default);
new Microsoft.Bot.Builder.FormFlow.FormCanceledException<'T> : string * Exception -> Microsoft.Bot.Builder.FormFlow.FormCanceledException<'T>
Public Sub New (message As String, Optional inner As Exception = Nothing)
Parameters
- message
- String
Exception message.
- inner
- Exception
Inner exception.
Remarks
In the case of user quit, the inner exception will be null.