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;
Log in to post a comment.