Freigeben über


ICUUncheckedIOException Constructors

Definition

Overloads

ICUUncheckedIOException()

Default constructor.

ICUUncheckedIOException(Throwable)

Constructor.

ICUUncheckedIOException(String)

Constructor.

ICUUncheckedIOException(IntPtr, JniHandleOwnership)
ICUUncheckedIOException(String, Throwable)

Constructor.

ICUUncheckedIOException()

Default constructor.

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

Remarks

Default constructor.

Java documentation for android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ICUUncheckedIOException(Throwable)

Constructor.

[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

Parameters

cause
Throwable

original exception (normally a java.io.IOException)

Attributes

Remarks

Constructor.

Java documentation for android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException(java.lang.Throwable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ICUUncheckedIOException(String)

Constructor.

[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

Parameters

message
String

exception message string

Attributes

Remarks

Constructor.

Java documentation for android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ICUUncheckedIOException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ICUUncheckedIOException(String, Throwable)

Constructor.

[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

Parameters

message
String

exception message string

cause
Throwable

original exception (normally a java.io.IOException)

Attributes

Remarks

Constructor.

Java documentation for android.icu.util.ICUUncheckedIOException.ICUUncheckedIOException(java.lang.String, java.lang.Throwable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to