UnityEngine.AndroidJNI.ThrowNew C# (CSharp) Method

ThrowNew() public static method

public static ThrowNew ( IntPtr clazz, string message ) : int
clazz System.IntPtr
message string
return int
		public static int ThrowNew(IntPtr clazz, string message){}
		public static IntPtr ExceptionOccurred(){}
AndroidJNI