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
Returns
Type | Description |
|---|---|
| int |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)