«rethrow» etiketlenmiş sorular


4
Orijinal istisnanın yeniden atılmasıyla ilgili C ++ İstisna soruları
Catch'teki aşağıdaki append (), rethrown istisnasının çağrılan append () etkisini görmesine neden olur mu? try { mayThrowMyErr(); } catch (myErr &err) { err.append("Add to my message here"); throw; // Does the rethrow exception reflect the call to append()? } Benzer şekilde, bu şekilde yeniden yazarsam, gerçek istisna myErr tarafından türetilirse …
117 c++  exception  rethrow 
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.