OutOfMemoryError

open class OutOfMemoryError : Error

Constructors

OutOfMemoryError
Link copied to clipboard
Native
fun OutOfMemoryError()
OutOfMemoryError
Link copied to clipboard
Native
fun OutOfMemoryError(message: String?)

Properties

cause
Link copied to clipboard
Native
open val cause: Throwable?
message
Link copied to clipboard
Native
open val message: String?