Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Catch Me If You Can (https://www.delphipraxis.net/198279-catch-me-if-you-can.html)

DP News-Robot 19. Okt 2018 14:30

Catch Me If You Can
 
It is common knowledge that exceptions raised in some piece of Delphi code can be caught and handled with try...except blocks.
No matter what.

<div>
try
// here goes some horrible or not so horrible code
// that can raise the most horrible exceptions
except
// no matter how horrible exceptions are
// you will always land here where you can handle them,
// eat them up and pretend the

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:00 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz