Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
Kotlin libraries
Toggle table of contents
2.2
Select version
2.2
2.1
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Common
JS
JVM
Native
Wasm-JS
Wasm-WASI
Platform filter
Common
JS
JVM
Native
Wasm-JS
Wasm-WASI
Switch theme
Search in API
Kotlin libraries
kotlin-stdlib
/
kotlin
/
Throwable
/
cause
cause
Common
JS
JVM
Native
Wasm-JS
Wasm-WASI
expect
open
val
cause
:
Throwable
?
(
source
)
Since Kotlin
1.0
actual
open
val
cause
:
Throwable
?
(
source
)
Since Kotlin
1.1
actual
open
val
cause
:
Throwable
?
(
source
)
Since Kotlin
1.0
Parameters
cause
the cause of this throwable.
actual
open
val
cause
:
Throwable
?
(
source
)
Since Kotlin
1.3
Parameters
cause
the cause of this throwable.
actual
open
val
cause
:
Throwable
?
(
source
)
Since Kotlin
1.8
Parameters
cause
the cause of this throwable.
actual
open
val
cause
:
Throwable
?
(
source
)
Since Kotlin
1.8
Parameters
cause
the cause of this throwable.
Thanks for your feedback!
Was this page helpful?
Yes
No