IOException

expect open class IOException(message: String, cause: Throwable?) : Exception
actual open class IOException(message: String, cause: Throwable?) : Exception
actual typealias IOException = IOException
actual open class IOException(message: String, cause: Throwable?)

Constructors

Link copied to clipboard
expect fun IOException(message: String)
actual fun IOException(message: String)
actual fun IOException(message: String)

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard