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::json::json_exception Class Reference

A single exception type to represent errors in parsing, converting, and accessing elements of JSON values. More...

#include <json.h>

Inheritance diagram for web::json::json_exception:

Public Member Functions

 json_exception (const utility::char_t *const &message)
 
const char * what () const CPPREST_NOEXCEPT
 

Detailed Description

A single exception type to represent errors in parsing, converting, and accessing elements of JSON values.


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