BotException Class

Definition

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

Applies to