Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

AndroidJNI.ThrowNew

Switch to Manual
public static function ThrowNew(clazz: IntPtr, message: string): int;

Parameters

Description

Constructs an exception object from the specified class with the message specified by message and causes that exception to be thrown.