Delen via


FormCanceledException<T>(String, Exception) Constructor

Definitie

Constructor met bericht en interne uitzondering.

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

Uitzonderingsbericht.

inner
Exception

Interne uitzondering.

Opmerkingen

In het geval van het afsluiten van de gebruiker is de interne uitzondering null.

Van toepassing op