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.
|
A single exception type to represent errors in parsing, encoding, and decoding URIs. More...
#include <base_uri.h>
Public Member Functions | |
uri_exception (std::string msg) | |
const char * | what () const CPPREST_NOEXCEPT |
A single exception type to represent errors in parsing, encoding, and decoding URIs.