Construct with an error code.
system_error( const error_code & ec); » more...
Construct with an error code and context.
system_error( const error_code & ec, const std::string & context); » more...
Copy constructor.
system_error( const system_error & other); » more...