![]()  | 
        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.  | 
|
| 
                 system_error [constructor]  | 
                 
                  Construct with an error code.   | 
| 
                 Get a string representation of the exception.  | 
|
| 
                 ~system_error [destructor]  | 
                 Destructor.  | 
        Header: asio/system_error.hpp
      
        Convenience header: asio.hpp