Java.Lang.NoSuchMethodError Class
Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.

See Also: NoSuchMethodError Members

Syntax

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

Remarks

Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.

[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