kotlin-stdlib
Native
kotlin-stdlib
/
kotlin
/
OutOfMemoryError
Out
Of
Memory
Error
Native
open
class
OutOfMemoryError
:
Error
Content copied to clipboard
Constructors
Properties
Constructors
OutOfMemoryError
Link copied to clipboard
Native
fun
OutOfMemoryError
(
)
Content copied to clipboard
OutOfMemoryError
Link copied to clipboard
Native
fun
OutOfMemoryError
(
message
:
String
?
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
Native
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
Native
open
val
message
:
String
?
Content copied to clipboard