0
votes
New Exception class in Delphi 2009 and above
EurekaLog Blog
– Exception class from SysUtils unit is a base class for all exceptions in your application. It wasn't changed since Delphi 2, if I remember correctly. But now, it got new properties and, thus, new features - starting with Delphi 2009 and above. So, I decided to give an overview of new capabilities of Exception class. Okay, in Delphi 2007 and below, the Exception class looks like this: type Exception = class(TObject) // ... public // All constructors below are just different variants of filling Message and HelpContext properties constructor Create(const Msg: string); // ... ...
Statistics
|
Visits by Source |
User Actions |




