다음을 통해 공유


ICUUncheckedIOException Constructors

Definition

Overloads

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

ICUUncheckedIOException()

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

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(Throwable)

[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
Attributes

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)

[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
Attributes

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

[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
cause
Throwable
Attributes

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