ExceptionTranslationDialogTask 类

定义

此对话任务从更正交 (不透明) 纤维异常转换为更易于阅读的对话编程模型异常。

public sealed class ExceptionTranslationDialogTask : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot
type ExceptionTranslationDialogTask = class
    interface IPostToBot
Public NotInheritable Class ExceptionTranslationDialogTask
Implements IPostToBot
继承
ExceptionTranslationDialogTask
实现

构造函数

ExceptionTranslationDialogTask(IPostToBot)

此对话任务从更正交 (不透明) 纤维异常转换为更易于阅读的对话编程模型异常。

显式接口实现

IPostToBot.PostAsync(IActivity, CancellationToken)

此对话任务从更正交 (不透明) 纤维异常转换为更易于阅读的对话编程模型异常。

适用于