AconfigStorageReadException 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
AconfigStorageReadException(AconfigStorageReadErrorType, Throwable) |
Constructs a new |
AconfigStorageReadException(AconfigStorageReadErrorType, String) |
Constructs a new |
AconfigStorageReadException(IntPtr, JniHandleOwnership) | |
AconfigStorageReadException(AconfigStorageReadErrorType, String, Throwable) |
Constructs a new |
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.
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.
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)
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
- transfer
- JniHandleOwnership
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.
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.