When an ABL statement raises the error condition, the AVM throws an error. These errors are represented by the Progress.Lang.SysError class. Progress.Lang.SysError inherits common error handling abilities from Progress.Lang.ProError.Public
PropertiesPublic
MethodsPublic
Events
![]()
SysError objects are put on the SESSION:FIRST-OBJECT chain when they are caught by a CATCH block.
![]()
Uncaught SysError objects are automatically deleted by the AVM and removed from the SESSION:FIRST-OBJECT chain.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |