Menu

#3 raise to reraise exceptions

open
core (6)
5
2003-02-17
2003-02-17
No

Reserved word "raise" should be available in try-except
exception handlers to reraise and exception:

try
// some code...
except
ShowMessage('Exception!');
raise; // reraise exception
end;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.