BotConfigurationException Class

Definition

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
BotConfigurationException

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

Applies to