Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

multiple_exceptions

Exception thrown when there are multiple pending exceptions to rethrow.

class multiple_exceptions :
  public std::exception
Member Functions

Name

Description

first_exception

Obtain a pointer to the first exception.

multiple_exceptions [constructor]

Constructor.

what

Obtain message associated with exception.

Requirements

Header: boost/asio/multiple_exceptions.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext