Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.BPM.BPMError class
 

Progress.BPM.BPMError class

A BPMError object is thrown when an error is raised from within another Progress.BPM class. For example, a BPMError object is thrown when an attempt is made to set the Value property of a dataslot (a Progress.BPM.DataSlot object) that is read-only, or when an error is returned from a call to a Business Process server. In the case of an error returned from a Business Process server, there will typically be two messages available using the GetMessage( ) method—a general error message saying there was an error calling the server, and any error message returned from the server.

Serializable:

Yes

Constructor

This class contains a private constructor; you cannot instantiate it directly.

Super Class

Progress.Lang.SysError class

Interfaces

Progress.Lang.Error interface