Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ThrowNew(nint, string)

Constructs an exception object from the specified class with the \<tt\>message\</tt\> specified by message and causes that exception to be thrown.
Read time 1 minuteLast updated 6 hours ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule

ThrowNew(IntPtr, string)

public static int ThrowNew(nint clazz, string message)

Parameters

clazz


message

Returns

Type

Description

int

Remarks