Share via


FormCanceledException<T>(String, Exception) Constructor

Definition

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.

Applies to