BotException 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.
base exceptions for all exceptions thrown by the bots core library
public class BotException : Exception
type BotException = class
inherit Exception
Public Class BotException
Inherits Exception
- Inheritance
-
BotException
- Derived
Constructors
| BotException() |
default constructor |
| BotException(String) |
creates a new BotException |
| BotException(String, Exception, Boolean) |
wraps an exception into the BotException |