PropertyMapperPropertyConflictException Constructors

Definition

Overloads

PropertyMapperPropertyConflictException(IntPtr, JniHandleOwnership)
PropertyMapperPropertyConflictException(String, String, String)

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)

[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
newPropertyType
String
existingPropertyType
String
Attributes

Applies to