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.
|
This is the complete list of members for web::http::http_exception, including all inherited members.
error_code() const | web::http::http_exception | inline |
http_exception(const utility::string_t &whatArg) | web::http::http_exception | inline |
http_exception(int errorCode) | web::http::http_exception | inline |
http_exception(int errorCode, const utility::string_t &whatArg) | web::http::http_exception | inline |
http_exception(int errorCode, const std::error_category &cat) | web::http::http_exception | inline |
what() const CPPREST_NOEXCEPT | web::http::http_exception | inline |