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. You cannot inherit from this class, and the class constructors are reserved for system use only.
Properties and methods table describes the properties and methods inherited by this class. Objects of
SysError type can be thrown from an AppServer to an ABL client.