VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::buffer_too_small_exception Struct Reference

Raised when a caller-provided buffer is too small to hold a blob/text payload. More...

#include <database_exception.hpp>

Inheritance diagram for sqlite::v2::buffer_too_small_exception:
Inheritance graph
Collaboration diagram for sqlite::v2::buffer_too_small_exception:
Collaboration graph

Public Member Functions

 buffer_too_small_exception (std::string const &msg)

Detailed Description

Raised when a caller-provided buffer is too small to hold a blob/text payload.

Definition at line 85 of file database_exception.hpp.

Constructor & Destructor Documentation

◆ buffer_too_small_exception()

sqlite::v2::buffer_too_small_exception::buffer_too_small_exception ( std::string const & msg)
inline

Definition at line 86 of file database_exception.hpp.


The documentation for this struct was generated from the following file: