Lingua

ICUUncheckedIOException Costruttori

Definizione

Overload

ICUUncheckedIOException()

Costruttore predefinito.

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

Commenti

Costruttore predefinito.

per android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException().

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

ICUUncheckedIOException(Throwable)

Costruttore.

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

Parametri

cause
Throwable

eccezione originale (in genere un )java.io.IOException

Attributi

Commenti

Costruttore.

per android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException(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

ICUUncheckedIOException(String)

Costruttore.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
public ICUUncheckedIOException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Icu.Util.ICUUncheckedIOException : string -> Android.Icu.Util.ICUUncheckedIOException

Parametri

message
String

stringa del messaggio di eccezione

Attributi

Commenti

Costruttore.

per android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException(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

ICUUncheckedIOException(IntPtr, JniHandleOwnership)

protected ICUUncheckedIOException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Icu.Util.ICUUncheckedIOException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Icu.Util.ICUUncheckedIOException

Parametri

javaReference
IntPtr

nativeint

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

ICUUncheckedIOException(String, Throwable)

Costruttore.

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

Parametri

message
String

stringa del messaggio di eccezione

cause
Throwable

eccezione originale (in genere un )java.io.IOException

Attributi

Commenti

Costruttore.

per android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException(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