PreviousNextIndex

NumMessages property

This property indicates how many error number and error message pairs are currently available in the error object.

Data type: INTEGER

Access: PUBLIC Readable

Applies to: Progress.Lang.ProError class, System.Exception class (OpenEdge-enhanced)

In ABL, an error is represented as a pair of values including a message number and an error message. The message number is a unique number identifying the particular error. The error message is a string which describes the error.

For a .NET Exception object, the number of error number and error message pairs includes messages from any InnerException objects.

See also: GetMessage( ) method (Class), GetMessageNum( ) method


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex