PropertyMapperPropertyConflictException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- transfer
- JniHandleOwnership
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