Java.Lang.AbstractMethodError Class
Thrown by the VM when an abstract method is called.

See Also: AbstractMethodError Members

Syntax

[Android.Runtime.Register("java/lang/AbstractMethodError", DoNotGenerateAcw=true)]
public class AbstractMethodError : IncompatibleClassChangeError

Remarks

Thrown by the VM when an abstract method is called.

Note that this can only occur when inconsistent class files have been loaded, since invoking an abstract method is a compile time error.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1