Language

AconfigStorageReadException Constructors

Definition

Overloads

Name Description
AconfigStorageReadException(AconfigStorageReadErrorType, Throwable)

Constructs a new AconfigStorageReadException with the specified error code and cause.

AconfigStorageReadException(AconfigStorageReadErrorType, String)

Constructs a new AconfigStorageReadException with the specified error code and detail message.

AconfigStorageReadException(IntPtr, JniHandleOwnership)

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

AconfigStorageReadException(AconfigStorageReadErrorType, String, Throwable)

Constructs a new AconfigStorageReadException with the specified error code, detail message, and cause.

AconfigStorageReadException(AconfigStorageReadErrorType, Throwable)

Constructs a new AconfigStorageReadException with the specified error code and cause.

[Android.Runtime.Register(".ctor", "(ILjava/lang/Throwable;)V", "", ApiSince=36)]
public AconfigStorageReadException(Android.OS.Flagging.AconfigStorageReadErrorType errorCode, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/Throwable;)V", "", ApiSince=36)>]
new Android.OS.Flagging.AconfigStorageReadException : Android.OS.Flagging.AconfigStorageReadErrorType * Java.Lang.Throwable -> Android.OS.Flagging.AconfigStorageReadException

Parameters

errorCode
AconfigStorageReadErrorType

The error code for this exception.

cause
Throwable

The cause of this exception.

Attributes

Remarks

Constructs a new AconfigStorageReadException with the specified error code and cause.

Java documentation for android.os.flagging.AconfigStorageReadException.AconfigStorageReadException(int, 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

AconfigStorageReadException(AconfigStorageReadErrorType, String)

Constructs a new AconfigStorageReadException with the specified error code and detail message.

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)]
public AconfigStorageReadException(Android.OS.Flagging.AconfigStorageReadErrorType errorCode, string msg);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)>]
new Android.OS.Flagging.AconfigStorageReadException : Android.OS.Flagging.AconfigStorageReadErrorType * string -> Android.OS.Flagging.AconfigStorageReadException

Parameters

errorCode
AconfigStorageReadErrorType

The error code for this exception.

msg
String

The detail message for this exception.

Attributes

Remarks

Constructs a new AconfigStorageReadException with the specified error code and detail message.

Java documentation for android.os.flagging.AconfigStorageReadException.AconfigStorageReadException(int, 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

AconfigStorageReadException(IntPtr, JniHandleOwnership)

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

protected AconfigStorageReadException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.OS.Flagging.AconfigStorageReadException : nativeint * Android.Runtime.JniHandleOwnership -> Android.OS.Flagging.AconfigStorageReadException

Parameters

javaReference
IntPtr

nativeint

A IntPtr containing a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnership indicating how to handle javaReference.

Remarks

This constructor supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Applies to

AconfigStorageReadException(AconfigStorageReadErrorType, String, Throwable)

Constructs a new AconfigStorageReadException with the specified error code, detail message, and cause.

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=36)]
public AconfigStorageReadException(Android.OS.Flagging.AconfigStorageReadErrorType errorCode, string msg, Java.Lang.Throwable cause);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/Throwable;)V", "", ApiSince=36)>]
new Android.OS.Flagging.AconfigStorageReadException : Android.OS.Flagging.AconfigStorageReadErrorType * string * Java.Lang.Throwable -> Android.OS.Flagging.AconfigStorageReadException

Parameters

errorCode
AconfigStorageReadErrorType

The error code for this exception.

msg
String

The detail message for this exception.

cause
Throwable

The cause of this exception.

Attributes

Remarks

Constructs a new AconfigStorageReadException with the specified error code, detail message, and cause.

Java documentation for android.os.flagging.AconfigStorageReadException.AconfigStorageReadException(int, 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