Langage

NoSuchMethodException Constructeurs

Définition

Surcharges

Nom Description
NoSuchMethodException()

Construit un NoSuchMethodException message sans détail.

NoSuchMethodException(String)

Construit un NoSuchMethodException message détaillé.

NoSuchMethodException(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

NoSuchMethodException()

Construit un NoSuchMethodException message sans détail.

[Android.Runtime.Register(".ctor", "()V", "")]
public NoSuchMethodException();
Attributs

Remarques

Construit un NoSuchMethodException message sans détail.

Java documentation pour java.lang.NoSuchMethodException.NoSuchMethodException().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

NoSuchMethodException(String)

Construit un NoSuchMethodException message détaillé.

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

Paramètres

s
String

message détaillé.

Attributs

Remarques

Construit un NoSuchMethodException message détaillé.

Java documentation pour java.lang.NoSuchMethodException.NoSuchMethodException(java.lang.String).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

NoSuchMethodException(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

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

Paramètres

javaReference
IntPtr

nativeint

Contenant IntPtrune référence d’objet Java Native Interface (JNI).

transfer
JniHandleOwnership

Indiquant JniHandleOwnershipcomment gérer javaReference

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à