1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>multiple_exceptions</title> 5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="../../boost_asio.html" title="Boost.Asio"> 8<link rel="up" href="../reference.html" title="Reference"> 9<link rel="prev" href="make_work_guard/overload5.html" title="make_work_guard (5 of 5 overloads)"> 10<link rel="next" href="multiple_exceptions/first_exception.html" title="multiple_exceptions::first_exception"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> 15<td align="center"><a href="../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="make_work_guard/overload5.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="multiple_exceptions/first_exception.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h3 class="title"> 27<a name="boost_asio.reference.multiple_exceptions"></a><a class="link" href="multiple_exceptions.html" title="multiple_exceptions">multiple_exceptions</a> 28</h3></div></div></div> 29<p> 30 Exception thrown when there are multiple pending exceptions to rethrow. 31 </p> 32<pre class="programlisting">class multiple_exceptions : 33 public std::exception 34</pre> 35<h5> 36<a name="boost_asio.reference.multiple_exceptions.h0"></a> 37 <span class="phrase"><a name="boost_asio.reference.multiple_exceptions.member_functions"></a></span><a class="link" href="multiple_exceptions.html#boost_asio.reference.multiple_exceptions.member_functions">Member 38 Functions</a> 39 </h5> 40<div class="informaltable"><table class="table"> 41<colgroup> 42<col> 43<col> 44</colgroup> 45<thead><tr> 46<th> 47 <p> 48 Name 49 </p> 50 </th> 51<th> 52 <p> 53 Description 54 </p> 55 </th> 56</tr></thead> 57<tbody> 58<tr> 59<td> 60 <p> 61 <a class="link" href="multiple_exceptions/first_exception.html" title="multiple_exceptions::first_exception"><span class="bold"><strong>first_exception</strong></span></a> 62 </p> 63 </td> 64<td> 65 <p> 66 Obtain a pointer to the first exception. 67 </p> 68 </td> 69</tr> 70<tr> 71<td> 72 <p> 73 <a class="link" href="multiple_exceptions/multiple_exceptions.html" title="multiple_exceptions::multiple_exceptions"><span class="bold"><strong>multiple_exceptions</strong></span></a> <span class="silver">[constructor]</span> 74 </p> 75 </td> 76<td> 77 <p> 78 Constructor. 79 </p> 80 </td> 81</tr> 82<tr> 83<td> 84 <p> 85 <a class="link" href="multiple_exceptions/what.html" title="multiple_exceptions::what"><span class="bold"><strong>what</strong></span></a> 86 </p> 87 </td> 88<td> 89 <p> 90 Obtain message associated with exception. 91 </p> 92 </td> 93</tr> 94</tbody> 95</table></div> 96<h5> 97<a name="boost_asio.reference.multiple_exceptions.h1"></a> 98 <span class="phrase"><a name="boost_asio.reference.multiple_exceptions.requirements"></a></span><a class="link" href="multiple_exceptions.html#boost_asio.reference.multiple_exceptions.requirements">Requirements</a> 99 </h5> 100<p> 101 <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/multiple_exceptions.hpp</code> 102 </p> 103<p> 104 <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> 105 </p> 106</div> 107<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 108<td align="left"></td> 109<td align="right"><div class="copyright-footer">Copyright © 2003-2020 Christopher M. 110 Kohlhoff<p> 111 Distributed under the Boost Software License, Version 1.0. (See accompanying 112 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 113 </p> 114</div></td> 115</tr></table> 116<hr> 117<div class="spirit-nav"> 118<a accesskey="p" href="make_work_guard/overload5.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="multiple_exceptions/first_exception.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> 119</div> 120</body> 121</html> 122