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