(Technical Preview only in OpenEdge Release 11.7)
When enabled, and the AVM encounters certain unexpected error conditions, the AVM throws an instance of this Progress.Lang.StopError class containing messages associated with the originating error, and raises the STOP condition.
Progress.Lang.StopError inherits common error handling abilities from Progress.Lang.ProError, which implements the Progress.Lang.Error interface. You can therefore catch this object in a CATCH block to trap error messages associated with the STOP condition.
You cannot inherit from this class.
This class does not contain properties (beyond those it inherits from its base class).