.. _func_system_runtimeerror: ============ RuntimeError ============ RuntimeError - Description =========== .. code-block:: blitzmax RuntimeError( message$ ) Generate a runtime error Throws a TRuntimeException. Parameters ========== Return Values ============= Nothing. Examples ======== .. code-block:: blitzmax ' runtimeerror.bmx If a=0 RuntimeError "This program has failed badly." See Also ========