Java.Lang.RuntimeException Class
RuntimeException is the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM.

See Also: RuntimeException Members

Syntax

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

Remarks

RuntimeException is the superclass of all classes that represent exceptional conditions which occur as a result of executing an application in the VM. Unlike checked exceptions (exceptions where the type doesn't extend RuntimeException or Java.Lang.Error), the compiler does not require code to handle runtime exceptions.

[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