|  | 
        The system_error
        class is used to represent system conditions that prevent the library from
        operating correctly.
      
class system_error : public std::exception
| Name | Description | 
|---|---|
| Get the error code associated with the exception. | |
| Assignment operator. | |
| Construct with an error code. Construct with an error code and context. Copy constructor. | |
| Get a string representation of the exception. | |
| Destructor. | 
        Header: asio/system_error.hpp
      
        Convenience header: asio.hpp