OutOfMemoryError

open class OutOfMemoryError : Error

Constructors

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

Properties

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