Share via


JniEnvironment.Exceptions.Throw Method

Definition

Overloads

Throw(JniObjectReference)
Throw(Exception)

Throw(JniObjectReference)

public static void Throw (Java.Interop.JniObjectReference toThrow);
static member Throw : Java.Interop.JniObjectReference -> unit

Parameters

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Throw(Exception)

public static void Throw (Exception e);
static member Throw : Exception -> unit

Parameters

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to