Java.Lang.IllegalAccessError Class
Thrown when the VM notices that a program tries access a field which is not accessible from where it is referenced.

See Also: IllegalAccessError Members

Syntax

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

Remarks

Thrown when the VM notices that a program tries access a field which is not accessible from where it is referenced.

Note that this can only occur when inconsistent class files have been 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