Java.Lang.NoSuchMethodException 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: NoSuchMethodException Members

Syntax

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

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