Langage

BootstrapMethodError Constructeurs

Définition

Surcharges

Nom Description
BootstrapMethodError()

Construit un BootstrapMethodError message sans détail.

BootstrapMethodError(Throwable)

Construit une BootstrapMethodError cause avec la cause spécifiée.

BootstrapMethodError(String)

Construit un BootstrapMethodError message de détail spécifié.

BootstrapMethodError(IntPtr, JniHandleOwnership)

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

BootstrapMethodError(String, Throwable)

Construit un BootstrapMethodError message de détail et une cause spécifiés.

BootstrapMethodError()

Construit un BootstrapMethodError message sans détail.

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

Remarques

Construit un BootstrapMethodError message sans détail.

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

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

S’applique à

BootstrapMethodError(Throwable)

Construit une BootstrapMethodError cause avec la cause spécifiée.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "", ApiSince=26)]
public BootstrapMethodError(Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "", ApiSince=26)>]
new Java.Lang.BootstrapMethodError : Java.Lang.Throwable -> Java.Lang.BootstrapMethodError

Paramètres

cause
Throwable

la cause, peut être null.

Attributs

Remarques

Construit une BootstrapMethodError cause avec la cause spécifiée.

Java documentation pour java.lang.BootstrapMethodError.BootstrapMethodError(java.lang.Throwable).

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

S’applique à

BootstrapMethodError(String)

Construit un BootstrapMethodError message de détail spécifié.

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

Paramètres

s
String

message détaillé.

Attributs

Remarques

Construit un BootstrapMethodError message de détail spécifié.

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

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

S’applique à

BootstrapMethodError(IntPtr, JniHandleOwnership)

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

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

Paramètres

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

Indiquant JniHandleOwnership comment gérer javaReference.

Remarques

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

S’applique à

BootstrapMethodError(String, Throwable)

Construit un BootstrapMethodError message de détail et une cause spécifiés.

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

Paramètres

s
String

message détaillé.

cause
Throwable

la cause, peut être null.

Attributs

Remarques

Construit un BootstrapMethodError message de détail et une cause spécifiés.

Java documentation pour java.lang.BootstrapMethodError.BootstrapMethodError(java.lang.String, java.lang.Throwable).

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

S’applique à