MC-Basic:error.MSG

From SoftMC-Wiki
Jump to: navigation, search

This query returns the message of the user-defined exception.

Syntax

?<user exception>.Msg

Availability

All versions

Type

String

Scope

Task or Terminal

Limitations

Read only.
<user exception> must be defined.

Examples

?myerror.Msg                                  'assuming myerror was defined by the user.

See Also