@ExperimentalStdlibApi fun CancellationException( message: String?, cause: Throwable? ): CancellationException
Creates an instance of CancellationException with the given message and cause.
@ExperimentalStdlibApi fun CancellationException( cause: Throwable? ): CancellationException
Creates an instance of CancellationException with the given cause.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines.cancellation/-cancellation-exception.html