Java.Lang.Exception Class
Exception is the superclass of all classes that represent recoverable exceptions.

See Also: Exception Members

Syntax

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

Remarks

Exception is the superclass of all classes that represent recoverable exceptions. When exceptions are thrown, they may 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