Freigeben über


FormCanceledException<T>(String, Exception) Konstruktor

Definition

Konstruktor mit Nachricht und innerer Ausnahme.

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)

Parameter

message
String

Ausnahmemeldung.

inner
Exception

Innere Ausnahme.

Hinweise

Im Fall des Beendens des Benutzers ist die innere Ausnahme NULL.

Gilt für: