Class MissingLayoutPartException
Inheritance
System.Object
MissingLayoutPartException
Namespace: Com.Telerik.Android.Common.Exceptions
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public class MissingLayoutPartException : Error
Constructors
MissingLayoutPartException(IntPtr, JniHandleOwnership)
Declaration
protected MissingLayoutPartException(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
MissingLayoutPartException(String)
Declaration
public MissingLayoutPartException(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
|