24 user_cancelled(_In_opt_z_
const char* msg =
"operation cancelled") : runtime_error(msg) {}
User cancelled exception.
Definition exception.hpp:17
user_cancelled(const char *msg="operation cancelled")
Constructs an exception.
Definition exception.hpp:24