Jaa


FormCanceledException(String, Exception) Constructor

Definition

Constructor with message and inner exception.

public FormCanceledException (string message, Exception inner);
new Microsoft.Bot.Builder.FormFlow.FormCanceledException : string * Exception -> Microsoft.Bot.Builder.FormFlow.FormCanceledException
Public Sub New (message As String, inner As Exception)

Parameters

message
String

Exception message.

inner
Exception

Inner exception.

Remarks

In the case of quit by the user, the inner exception will be null.

Applies to