#include <blpapi_exception.h>
This class defines a base exception for blpapi operations. Objects of this class contain the error description for the exception.
See Component blpapi_exception
◆ Exception()
Create an exception object initialized with the specified description
.
◆ ~Exception()
◆ description()
const std::string & description |
( |
| ) |
const |
throw | ( | |
| ) | | |
Return the error description supplied at construction.
◆ what()
const char * what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
Return the error description supplied at construction as a null-terminated character sequence.
The documentation for this class was generated from the following file: