NoResumeHandlerException(Exception) Constructor

Definition

Initializes a new instance of the NoResumeHandlerException class.

public NoResumeHandlerException (Exception inner);
new Microsoft.Bot.Builder.Dialogs.NoResumeHandlerException : Exception -> Microsoft.Bot.Builder.Dialogs.NoResumeHandlerException
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