BackingStoreException Constructors

Definition

Overloads

BackingStoreException(Throwable)

Constructs a BackingStoreException with the specified cause.

BackingStoreException(String)

Constructs a BackingStoreException with the specified detail message.

BackingStoreException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

BackingStoreException(Throwable)

Constructs a BackingStoreException with the specified cause.

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

Parameters

cause
Throwable

the cause

Attributes

Remarks

Constructs a BackingStoreException with the specified cause.

Java documentation for java.util.prefs.BackingStoreException.BackingStoreException(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

BackingStoreException(String)

Constructs a BackingStoreException with the specified detail message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public BackingStoreException (string? s);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Util.Prefs.BackingStoreException : string -> Java.Util.Prefs.BackingStoreException

Parameters

s
String

the detail message.

Attributes

Remarks

Constructs a BackingStoreException with the specified detail message.

Java documentation for java.util.prefs.BackingStoreException.BackingStoreException(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

BackingStoreException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected BackingStoreException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Prefs.BackingStoreException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Prefs.BackingStoreException

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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