ICUUncheckedIOException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ICUUncheckedIOException() |
Costruttore predefinito. |
| ICUUncheckedIOException(Throwable) |
Costruttore. |
| ICUUncheckedIOException(String) |
Costruttore. |
| ICUUncheckedIOException(IntPtr, JniHandleOwnership) | |
| ICUUncheckedIOException(String, Throwable) |
Costruttore. |
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
- transfer
- JniHandleOwnership
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.
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.