44 what_.reserve(reason.size()+1024 );
69 what_=TStringToString(
this->to_string());
72 return "what(): Unable to convert to string.";
79 o<<
_T(
"\nCRT errno: 0x")<<
std::hex<<err<<
_T(
"; string translation: '")<<::strerror(err)<<
_T(
"'.\n");
85 : base_t(
std::move(r),
std::move(f),
std::move(ri)), crt_errno(en) {
90 : base_t(r,
std::move(f),
std::move(ri)), crt_errno(en) {
95 : base_t(ex), crt_errno(ex.crt_errno) {