asio C++ library

PrevUpHomeNext
system_error::system_error (2 of 3 overloads)

Construct with an error code and context.

system_error(
    const error_code & ec,
    const std::string & context);

PrevUpHomeNext