Share via


Base64DataException Constructors

Definition

Overloads

Base64DataException(String)
Base64DataException(IntPtr, JniHandleOwnership)

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

Base64DataException(String)

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

Parameters

detailMessage
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

Base64DataException(IntPtr, JniHandleOwnership)

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

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

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