![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
#include <Exception.h>
Public Types | |
using | Base = ExceptionImpl< ErrorInfoT > |
Public Member Functions | |
ExceptionImpl (ErrorInfoT &&errorInfo) | |
![]() | |
template<typename... Ts> | |
Exception (Ts &&... args) | |
std::string | typeAsString () const |
template<class CbeExceptionT > | |
const CbeExceptionT * | derivedCbeException () const |
Examines whether current exception is of type CbeExceptionT . More... | |
Public Attributes | |
const ErrorInfoT | errorInfo |
XX