|
FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
Thrown when an object is constructed that would exceed its maximum permitted size (e.g., a basic_string instance). More...
#include <btexception.hpp>
Inheritance diagram for tracing::length_error:
Collaboration diagram for tracing::length_error:Public Member Functions | |
| length_error (const std::string &__arg) | |
| Constructor. | |
Public Member Functions inherited from tracing::logic_error | |
| logic_error (const std::string &__arg) | |
| Constructor. | |
| virtual | ~logic_error () throw () |
| Destructor. | |
| virtual const char * | what () const throw () |
| Retrieves the message, provided at construction time. | |
Public Member Functions inherited from tracing::exception | |
| exception () throw () | |
| Constructs a new backtrace_exception. | |
| virtual const char * | where () const throw () |
| Returns a backtrace. | |
Thrown when an object is constructed that would exceed its maximum permitted size (e.g., a basic_string instance).
Definition at line 252 of file btexception.hpp.
|
explicit |
Constructor.
| __arg | The message to be held by this instance. |