TagLostException Constructors

Definition

Overloads

TagLostException()
TagLostException(String)
TagLostException(IntPtr, JniHandleOwnership)

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

TagLostException()

[Android.Runtime.Register(".ctor", "()V", "")]
public TagLostException ();
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

TagLostException(String)

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

Parameters

message
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

TagLostException(IntPtr, JniHandleOwnership)

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

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

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