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 | List of all members
web::uri_exception Class Reference

A single exception type to represent errors in parsing, encoding, and decoding URIs. More...

#include <base_uri.h>

Inheritance diagram for web::uri_exception:

Public Member Functions

 uri_exception (std::string msg)
 
const char * what () const CPPREST_NOEXCEPT
 

Detailed Description

A single exception type to represent errors in parsing, encoding, and decoding URIs.


The documentation for this class was generated from the following file: