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 a snapshot of the develop branch, built from commit 43a23657d4.
PrevUpHomeNext

multiple_exceptions

Exception thrown when there are multiple pending exceptions to rethrow.

class multiple_exceptions :
  public 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