BackingStoreException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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
- 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.