PostUnhandledExceptionToUser Class

Definition

This IPostToBot service converts any unhandled exceptions to a message sent to the user.

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

Constructors

PostUnhandledExceptionToUser(IPostToBot, IBotToUser, ResourceManager, TraceListener)

Explicit Interface Implementations

IPostToBot.PostAsync(IActivity, CancellationToken)

Applies to