MC-Basic:THROW

From SoftMC-Wiki
Revision as of 09:06, 2 May 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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