Linguaggio

BootstrapMethodError Costruttori

Definizione

Overload

Nome Descrizione
BootstrapMethodError()

Costruisce un oggetto BootstrapMethodError senza messaggio di dettaglio.

BootstrapMethodError(Throwable)

Costruisce un oggetto BootstrapMethodError con la causa specificata.

BootstrapMethodError(String)

Costruisce un BootstrapMethodError oggetto con il messaggio di dettaglio specificato.

BootstrapMethodError(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

BootstrapMethodError(String, Throwable)

Costruisce un BootstrapMethodError oggetto con il messaggio di dettaglio e la causa specificati.

BootstrapMethodError()

Costruisce un oggetto BootstrapMethodError senza messaggio di dettaglio.

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

Commenti

Costruisce un oggetto BootstrapMethodError senza messaggio di dettaglio.

per java.lang.BootstrapMethodError.BootstrapMethodError().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

BootstrapMethodError(Throwable)

Costruisce un oggetto BootstrapMethodError con la causa specificata.

[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

Parametri

cause
Throwable

la causa, può essere null.

Attributi

Commenti

Costruisce un oggetto BootstrapMethodError con la causa specificata.

per java.lang.BootstrapMethodError.BootstrapMethodError(java.lang.Throwable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

BootstrapMethodError(String)

Costruisce un BootstrapMethodError oggetto con il messaggio di dettaglio specificato.

[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

Parametri

s
String

messaggio di dettaglio.

Attributi

Commenti

Costruisce un BootstrapMethodError oggetto con il messaggio di dettaglio specificato.

per java.lang.BootstrapMethodError.BootstrapMethodError(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

BootstrapMethodError(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtr contenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnership che indica come gestire javaReference.

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

BootstrapMethodError(String, Throwable)

Costruisce un BootstrapMethodError oggetto con il messaggio di dettaglio e la causa specificati.

[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

Parametri

s
String

messaggio di dettaglio.

cause
Throwable

la causa, può essere null.

Attributi

Commenti

Costruisce un BootstrapMethodError oggetto con il messaggio di dettaglio e la causa specificati.

per java.lang.BootstrapMethodError.BootstrapMethodError(java.lang.String, java.lang.Throwable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a