PostUnhandledExceptionToUser Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public PostUnhandledExceptionToUser (Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot inner, Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser botToUser, System.Resources.ResourceManager resources, System.Diagnostics.TraceListener trace);
new Microsoft.Bot.Builder.Dialogs.Internals.PostUnhandledExceptionToUser : Microsoft.Bot.Builder.Dialogs.Internals.IPostToBot * Microsoft.Bot.Builder.Dialogs.Internals.IBotToUser * System.Resources.ResourceManager * System.Diagnostics.TraceListener -> Microsoft.Bot.Builder.Dialogs.Internals.PostUnhandledExceptionToUser
Public Sub New (inner As IPostToBot, botToUser As IBotToUser, resources As ResourceManager, trace As TraceListener)
Parameters
- inner
- IPostToBot
- botToUser
- IBotToUser
- resources
- ResourceManager
- trace
- TraceListener