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

Syntax

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

Remarks

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

Note that this can only occur when inconsistent class files are being loaded.

[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