I am taking a look at the new error handling that is available in OpenEdge. What I can not find is an example on how to create a customer error handling class that inherits Progress.Lang.AppError. Can someone point me to an example of how this is done?
In 10.1C the Documentation team introduced a new manual called OpenEdge Development: Error Handling. There is a section on the Progress.Lang.AppError class that begins on page 6-8 that covers this material and provides an example of creating and using a custom error object.