Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.FatalError

static function FatalError(message: string): void;
static void FatalError(string message);
static def FatalError(message as string) as void

Description

Raises a fatal error and does not expect the VM to recover. This function does not return.