Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

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

On the Proper Design of Exception Hierarchies

  Alt 20. Feb 2012, 03:51
Introduction Exceptions are all over the place in Delphi.  Introduced way back in Delphi 1.0, they totally changed the way that folks looked at error handling.  Previously, we’d do things like: ErrorCode := DoSomething; if ErrorCode > 0 then begin DoNormalStuff; end else begin ...

More...
  Mit Zitat antworten Zitat