Clementine
Public Member Functions | List of all members
asio::system_error Class Reference

The system_error class is used to represent system conditions that prevent the library from operating correctly. More...

#include <system_error.hpp>

Inheritance diagram for asio::system_error:
Inheritance graph
[legend]
Collaboration diagram for asio::system_error:
Collaboration graph
[legend]

Public Member Functions

 system_error (const error_code &ec)
 Construct with an error code.
 
 system_error (const error_code &ec, const std::string &context)
 Construct with an error code and context.
 
 system_error (const system_error &other)
 Copy constructor.
 
virtual ~system_error () throw ()
 Destructor.
 
system_erroroperator= (const system_error &e)
 Assignment operator.
 
virtual const char * what () const throw ()
 Get a string representation of the exception.
 
error_code code () const
 Get the error code associated with the exception.
 

Detailed Description

The system_error class is used to represent system conditions that prevent the library from operating correctly.


The documentation for this class was generated from the following file: