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
| 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
- transfer
- JniHandleOwnership
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