Java.Lang.Annotation.AnnotationFormatError Class
Indicates that an annotation in the binary representation of a class is syntactically incorrect and the annotation parser is unable to process it.

See Also: AnnotationFormatError Members

Syntax

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

Remarks

Indicates that an annotation in the binary representation of a class is syntactically incorrect and the annotation parser is unable to process it. This exception is unlikely to ever occur, given that the code has been compiled by an ordinary Java compiler.

[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