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

See Also: NoSuchFieldException Members

Syntax

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

Remarks

Thrown when the VM notices that a program tries to reference, on a class or object, a field 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