Java.Lang.Error Class
Error is the superclass of all classes that represent unrecoverable errors.

See Also: Error Members

Syntax

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

Remarks

Error is the superclass of all classes that represent unrecoverable errors. When errors are thrown, they should not be caught by application code.

See Also

[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