C++.Coding.Standards.1918.Rules.Guidelines [Electronic resources]

Herb Sutter, Andrei Alexandrescu

نسخه متنی -صفحه : 521/ 384
نمايش فراداده

Exceptions

It can occasionally be useful to accept and re-emit (e.g.,

catch and rethrow) the same error in order to add instrumentation, even though the error is not actually being handled.