Share via


DialogTask.IDialogStack.Fail(Exception) Method

Definition

void IDialogStack.Fail (Exception error);
abstract member Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack.Fail : Exception -> unit
override this.Microsoft.Bot.Builder.Dialogs.Internals.IDialogStack.Fail : Exception -> unit
Sub Fail (error As Exception) Implements IDialogStack.Fail

Parameters

error
Exception

Implements

Applies to