CursorWindowAllocationException Constructors

Definition

Overloads

CursorWindowAllocationException(String)
CursorWindowAllocationException(IntPtr, JniHandleOwnership)

CursorWindowAllocationException(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=33)]
public CursorWindowAllocationException (string description);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=33)>]
new Android.Database.CursorWindowAllocationException : string -> Android.Database.CursorWindowAllocationException

Parameters

description
String
Attributes

Applies to

CursorWindowAllocationException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to