[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.