~ubuntu-branches/ubuntu/jaunty/asio/jaunty

« back to all changes in this revision

Viewing changes to doc/asio/reference/system_error.html

  • Committer: Bazaar Package Importer
  • Author(s): Simon Richter
  • Date: 2008-05-22 00:03:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080522000336-82gdbtg5r3gi8ir6
Tags: 1.0.0-1
New upstream release (Closes: #461920)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 
4
<title>system_error</title>
 
5
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 
7
<link rel="start" href="../../index.html" title="Asio">
 
8
<link rel="up" href="../reference.html" title="Reference">
 
9
<link rel="prev" href="streambuf.html" title="streambuf">
 
10
<link rel="next" href="system_error/code.html" title="system_error::code">
 
11
</head>
 
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
13
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../asio.png"></td></tr></table>
 
14
<hr>
 
15
<div class="spirit-nav">
 
16
<a accesskey="p" href="streambuf.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="system_error/code.html"><img src="../../next.png" alt="Next"></a>
 
17
</div>
 
18
<div class="section" lang="en">
 
19
<div class="titlepage"><div><div><h3 class="title">
 
20
<a name="asio.reference.system_error"></a><a class="link" href="system_error.html" title="system_error"> system_error</a></h3></div></div></div>
 
21
<p>
 
22
        The system_error class is used to represent system conditions that prevent
 
23
        the library from operating correctly.
 
24
      </p>
 
25
<pre class="programlisting">
 
26
<span class="keyword">class</span> <span class="identifier">system_error</span> <span class="special">:</span>
 
27
  <span class="keyword">public</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">exception</span>
 
28
</pre>
 
29
<a name="asio.reference.system_error.member_functions"></a><h5>
 
30
<a name="id2361654"></a>
 
31
        <a class="link" href="system_error.html#asio.reference.system_error.member_functions">Member Functions</a>
 
32
      </h5>
 
33
<div class="informaltable"><table class="table">
 
34
<colgroup>
 
35
<col>
 
36
<col>
 
37
</colgroup>
 
38
<thead><tr>
 
39
<th>
 
40
              <p>
 
41
                Name
 
42
              </p>
 
43
              </th>
 
44
<th>
 
45
              <p>
 
46
                Description
 
47
              </p>
 
48
              </th>
 
49
</tr></thead>
 
50
<tbody>
 
51
<tr>
 
52
<td>
 
53
              <p>
 
54
                <a class="link" href="system_error/code.html" title="system_error::code"><span class="bold"><strong>code</strong></span></a>
 
55
              </p>
 
56
              </td>
 
57
<td>
 
58
              <p>
 
59
                Get the error code associated with the exception.
 
60
              </p>
 
61
              </td>
 
62
</tr>
 
63
<tr>
 
64
<td>
 
65
              <p>
 
66
                <a class="link" href="system_error/operator_eq_.html" title="system_error::operator="><span class="bold"><strong>operator=</strong></span></a>
 
67
              </p>
 
68
              </td>
 
69
<td>
 
70
              <p>
 
71
                Assignment operator.
 
72
              </p>
 
73
              </td>
 
74
</tr>
 
75
<tr>
 
76
<td>
 
77
              <p>
 
78
                <a class="link" href="system_error/system_error.html" title="system_error::system_error"><span class="bold"><strong>system_error</strong></span></a>
 
79
              </p>
 
80
              </td>
 
81
<td>
 
82
              <p>
 
83
                Construct with an error code.
 
84
              </p>
 
85
              </td>
 
86
</tr>
 
87
<tr>
 
88
<td>
 
89
              <p>
 
90
                <a class="link" href="system_error/what.html" title="system_error::what"><span class="bold"><strong>what</strong></span></a>
 
91
              </p>
 
92
              </td>
 
93
<td>
 
94
              <p>
 
95
                Get a string representation of the exception.
 
96
              </p>
 
97
              </td>
 
98
</tr>
 
99
<tr>
 
100
<td>
 
101
              <p>
 
102
                <a class="link" href="system_error/_system_error.html" title="system_error::~system_error"><span class="bold"><strong>~system_error</strong></span></a>
 
103
              </p>
 
104
              </td>
 
105
<td>
 
106
              <p>
 
107
                Destructor.
 
108
              </p>
 
109
              </td>
 
110
</tr>
 
111
</tbody>
 
112
</table></div>
 
113
</div>
 
114
<table width="100%"><tr>
 
115
<td align="left"></td>
 
116
<td align="right"><div class="copyright-footer">Copyright � 2003 - 2008 Christopher M. Kohlhoff<p>
 
117
        Distributed under the Boost Software License, Version 1.0. (See accompanying
 
118
        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>)
 
119
      </p>
 
120
</div></td>
 
121
</tr></table>
 
122
<hr>
 
123
<div class="spirit-nav">
 
124
<a accesskey="p" href="streambuf.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="system_error/code.html"><img src="../../next.png" alt="Next"></a>
 
125
</div>
 
126
</body>
 
127
</html>