MultipleResumeHandlerException(Exception) 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.
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.