func_system_runtimeerror.rst 437 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _func_system_runtimeerror:
  2. ============
  3. RuntimeError
  4. ============
  5. RuntimeError -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. RuntimeError( message$ )
  10. Generate a runtime error
  11. Throws a TRuntimeException.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. .. code-block:: blitzmax
  20. ' runtimeerror.bmx
  21. If a=0 RuntimeError "This program has failed badly."
  22. See Also
  23. ========