DP News-Robot |
24. Sep 2018 18:10 |
How not to re-raise an exception in Delphi
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...
|