BotConfigurationException Class
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.
Exception type thrown when the bot configuration is invalid
public class BotConfigurationException : Microsoft.Bot.Builder.Calling.Exceptions.BotException
type BotConfigurationException = class
inherit BotException
Public Class BotConfigurationException
Inherits BotException
- Inheritance
Constructors
| BotConfigurationException(String, Exception, String, String, Boolean) |
wraps an exception into the BotConfigurationException |
| BotConfigurationException(String, String, String) |
creates a new BotConfigurationException |
Properties
| ConfigurationItemName |
identifier of the configuration item which caused the failure (may stay null in case of global failures) |
| ConfigurationItemValue |
value of the configuration item which caused the exception |