Freigeben über


FormCanceledException(String, Exception) Konstruktor

Definition

Konstruktor mit Meldung und innerer Ausnahme.

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)

Parameter

message
String

Ausnahmemeldung.

inner
Exception

Innere Ausnahme.

Hinweise

Im Fall des Beendens durch den Benutzer ist die innere Ausnahme NULL.

Gilt für: