Java.Lang.Annotation.IncompleteAnnotationException Class
Indicates that an element of an annotation type was accessed that was added after the type was compiled or serialized.

See Also: IncompleteAnnotationException Members

Syntax

[Android.Runtime.Register("java/lang/annotation/IncompleteAnnotationException", DoNotGenerateAcw=true)]
public class IncompleteAnnotationException : Java.Lang.RuntimeException

Remarks

Indicates that an element of an annotation type was accessed that was added after the type was compiled or serialized. This does not apply to new elements that have default values.

[Android Documentation]

Requirements

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