Language

PropertyMapperPropertyConflictException Constructors

Definition

Overloads

Name Description
PropertyMapperPropertyConflictException(IntPtr, JniHandleOwnership)
PropertyMapperPropertyConflictException(String, String, String)

Initializes an exception for a property name mapped to incompatible types.

PropertyMapperPropertyConflictException(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to

PropertyMapperPropertyConflictException(String, String, String)

Initializes an exception for a property name mapped to incompatible types.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=29)]
public PropertyMapperPropertyConflictException(string name, string newPropertyType, string existingPropertyType);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=29)>]
new Android.Views.Inspectors.PropertyMapperPropertyConflictException : string * string * string -> Android.Views.Inspectors.PropertyMapperPropertyConflictException

Parameters

name
String

The name of the property being mapped.

newPropertyType
String

The type requested for the property.

existingPropertyType
String

The type previously mapped for the property.

Attributes

Applies to