MC-Basic:error.MSG

From SoftMC-Wiki
Revision as of 12:32, 15 January 2019 by Miborich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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