Condividi tramite


BootstrapMethodError Costruttori

Definizione

Overload

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)
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.

Documentazione java per java.lang.BootstrapMethodError.BootstrapMethodError().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

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.

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

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.

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

BootstrapMethodError(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

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.

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a