Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.967 Beiträge
 
#1

How not to re-raise an exception in Delphi

  Alt 24. Sep 2018, 17:10
TL;DR Use raise; instead of* raise E; Long version In this code, when an exception caused by the ProduceMessage method got caught by the try … except construct and reached the Break statement in the Exception handler, an EAccesViolation occured: After many attempts to find the reason of the EAccessViolation, I found that it was … <a href="https://mikejustin.wordpress.com/2018/09/24/how-not-to-re-raise-an-exception-in-delphi/" class="more-link">Continue reading <span class="screen-reader-text">Ho

Weiterlesen...
  Mit Zitat antworten Zitat