FormCanceledException(String, 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.
Constructor with message and inner exception.
public FormCanceledException (string message, Exception inner);
new Microsoft.Bot.Builder.FormFlow.FormCanceledException : string * Exception -> Microsoft.Bot.Builder.FormFlow.FormCanceledException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
Exception message.
- inner
- Exception
Inner exception.
Remarks
In the case of quit by the user, the inner exception will be null.