Condividi tramite


PropertyReaderPropertyTypeMismatchException Constructors

Definition

Overloads

PropertyReaderPropertyTypeMismatchException(IntPtr, JniHandleOwnership)
PropertyReaderPropertyTypeMismatchException(Int32, String, String)
PropertyReaderPropertyTypeMismatchException(Int32, String, String, String)

PropertyReaderPropertyTypeMismatchException(IntPtr, JniHandleOwnership)

protected PropertyReaderPropertyTypeMismatchException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Inspectors.PropertyReaderPropertyTypeMismatchException : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Inspectors.PropertyReaderPropertyTypeMismatchException

Parameters

javaReference
IntPtr

nativeint

Applies to

PropertyReaderPropertyTypeMismatchException(Int32, String, String)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/String;)V", "", ApiSince=29)]
public PropertyReaderPropertyTypeMismatchException (int id, string expectedPropertyType, string actualPropertyType);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/String;)V", "", ApiSince=29)>]
new Android.Views.Inspectors.PropertyReaderPropertyTypeMismatchException : int * string * string -> Android.Views.Inspectors.PropertyReaderPropertyTypeMismatchException

Parameters

id
Int32
expectedPropertyType
String
actualPropertyType
String
Attributes

Applies to

PropertyReaderPropertyTypeMismatchException(Int32, String, String, String)

[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=29)]
public PropertyReaderPropertyTypeMismatchException (int id, string expectedPropertyType, string actualPropertyType, string? propertyName);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=29)>]
new Android.Views.Inspectors.PropertyReaderPropertyTypeMismatchException : int * string * string * string -> Android.Views.Inspectors.PropertyReaderPropertyTypeMismatchException

Parameters

id
Int32
expectedPropertyType
String
actualPropertyType
String
propertyName
String
Attributes

Applies to