Difference between revisions of "MC-Basic:THROW"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:THROW to MC-Basic:THROW: Global renaming of Axystems: namespace into (Main):)
Line 38: Line 38:
 
* [[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]]
 
* [[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]]
  
[[Category:Axystems:MC-Basic:Error Handling|THROW]]
+
[[Category:MC-Basic:Error Handling|THROW]]
 
}}
 
}}

Revision as of 09:14, 22 May 2014

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]]