Delen via


FormCanceledException(String, Exception) Constructor

Definitie

Constructor met bericht en interne uitzondering.

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

Uitzonderingsbericht.

inner
Exception

Interne uitzondering.

Opmerkingen

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

Van toepassing op