Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AndroidJNI.ThrowNew

Declaration

public static int ThrowNew(IntPtr clazz, string message);

Description

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