Class WrongLayoutPartTypeException
Inheritance
System.Object
WrongLayoutPartTypeException
Namespace: Com.Telerik.Android.Common.Exceptions
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public class WrongLayoutPartTypeException : Error
Constructors
WrongLayoutPartTypeException(IntPtr, JniHandleOwnership)
Declaration
protected WrongLayoutPartTypeException(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
WrongLayoutPartTypeException(String)
Declaration
public WrongLayoutPartTypeException(string message)
Parameters
System.String
message
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|