Java.Lang.IncompatibleClassChangeError Class
IncompatibleClassChangeError is the superclass of all classes which
represent errors that occur when inconsistent class files are loaded into
the same running image.
See Also: IncompatibleClassChangeError
Syntax
[Android.Runtime.Register("java/lang/IncompatibleClassChangeError", DoNotGenerateAcw=true)]
public class IncompatibleClassChangeError : LinkageError
public class IncompatibleClassChangeError : LinkageError
Remarks
IncompatibleClassChangeError is the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.
See Also
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
The members of Java.Lang.IncompatibleClassChangeError are listed below.
See Also: LinkageError
Public Constructors
Constructs a new IncompatibleClassChangeError that includes the current stack trace. | ||
Constructs a new IncompatibleClassChangeError with the current stack trace and the specified detail message. |
Protected Constructors
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |