C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
Public Member Functions | |
_ExceptionHolder (const std::exception_ptr &_E, const _TaskCreationCallstack &_stackTrace) | |
__declspec (noinline)~_ExceptionHolder() | |
void | _RethrowUserException () |
Public Attributes | |
atomic_long | _M_exceptionObserved |
std::exception_ptr | _M_stdException |
_TaskCreationCallstack | _M_stackTrace |