MC-Basic:THROW

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Throw {''<error name>}'' |AVAILABILITY= All versions |DESCRIPTION= Assert an application exception. Error name is the user-defined exception …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Assert an application exception. Error name is the user-defined exception name. If error name is not specified, last error occurring in the task will be asserted.

Syntax

Throw {<error name>}

Availability

All versions

Scope

Task or Terminal

Limitations

Only the exception name is accepted as the argument.

Examples

Throw myerror

Throw

See Also

  • [[Axystems:MC-Basic:COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER]]