bpf::collection::StackOverflowException class final

Exception thrown when stack size is exceeded

Base classes

class bpf::Exception

Constructors, destructors, conversion operators

StackOverflowException(const fisize size) explicit noexcept

Public functions

auto Size() const -> fisize noexcept
auto Type() const -> const char* final noexcept

Function documentation

bpf::collection::StackOverflowException::StackOverflowException(const fisize size) explicit noexcept

Parameters
size the size that was exceeded

Constructs a StackOverflowException

fisize bpf::collection::StackOverflowException::Size() const noexcept

Returns fisize maximum size of the stack as unsigned

Returns the maximum size of that stack that was exceeded

const char* bpf::collection::StackOverflowException::Type() const final noexcept

Returns exception type