ExceptionTranslationDialogTask Class

Definition

This dialog task translates from the more orthogonal (opaque) fiber exceptions to the more readable dialog programming model exceptions.

public sealed class ExceptionTranslationDialogTask : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot
type ExceptionTranslationDialogTask = class
    interface IPostToBot
Public NotInheritable Class ExceptionTranslationDialogTask
Implements IPostToBot
Inheritance
ExceptionTranslationDialogTask
Implements

Constructors

ExceptionTranslationDialogTask(IPostToBot)

Explicit Interface Implementations

IPostToBot.PostAsync(IActivity, CancellationToken)

Applies to