Java.Lang.VerifyError Class
Thrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase.

See Also: VerifyError Members

Syntax

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

Remarks

Thrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase.

[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