uri_exception Class

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

Warning

This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at https://casablanca.codeplex.com/documentation.

class uri_exception : public std::exception;

Members

Public Constructors

Name

Description

uri_exception::uri_exception Constructor

uri_exception::~uri_exception Destructor

Public Methods

Name

Description

uri_exception::what Method

Requirements

Header: base_uri.h

Namespace: web::http

See Also

Reference

web::http Namespace