Condividi tramite


WrongMethodTypeException Constructors

Definition

Overloads

WrongMethodTypeException()

Constructs a WrongMethodTypeException with no detail message.

WrongMethodTypeException(String)

Constructs a WrongMethodTypeException with the specified detail message.

WrongMethodTypeException(IntPtr, JniHandleOwnership)

WrongMethodTypeException()

Constructs a WrongMethodTypeException with no detail message.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public WrongMethodTypeException ();
Attributes

Remarks

Constructs a WrongMethodTypeException with no detail message.

Java documentation for java.lang.invoke.WrongMethodTypeException.WrongMethodTypeException().

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

WrongMethodTypeException(String)

Constructs a WrongMethodTypeException with the specified detail message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)]
public WrongMethodTypeException (string? s);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=26)>]
new Java.Lang.Invoke.WrongMethodTypeException : string -> Java.Lang.Invoke.WrongMethodTypeException

Parameters

s
String

the detail message.

Attributes

Remarks

Constructs a WrongMethodTypeException with the specified detail message.

Java documentation for java.lang.invoke.WrongMethodTypeException.WrongMethodTypeException(java.lang.String).

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

WrongMethodTypeException(IntPtr, JniHandleOwnership)

protected WrongMethodTypeException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.Invoke.WrongMethodTypeException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.Invoke.WrongMethodTypeException

Parameters

javaReference
IntPtr

nativeint

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