Java.Lang.OutOfMemoryError Class
Thrown when a request for memory is made that can not be satisfied using the available platform resources.

See Also: OutOfMemoryError Members

Syntax

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

Remarks

Thrown when a request for memory is made that can not be satisfied using the available platform resources. Such a request may be made by both the running application or by an internal function of the VM.

[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