Java.Lang.IllegalAccessException Class
Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.

See Also: IllegalAccessException Members

Syntax

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

Remarks

Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: API Level 1