Share via


MultipleResumeHandlerException(Exception) Constructor

Definition

Initializes a new instance of the MultipleResumeHandlerException class.

public MultipleResumeHandlerException (Exception inner);
new Microsoft.Bot.Builder.Dialogs.MultipleResumeHandlerException : Exception -> Microsoft.Bot.Builder.Dialogs.MultipleResumeHandlerException
Public Sub New (inner As Exception)

Parameters

inner
Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Applies to