CursorWindowAllocationException 构造函数

定义

重载

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

参数

description
String
属性

适用于

CursorWindowAllocationException(IntPtr, JniHandleOwnership)

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

参数

javaReference
IntPtr

nativeint

适用于