internals
Toggle table of contents
3.25.0
ios
Target filter
ios
Switch theme
Search in API
Skip to content
internals
internals
/
at.asitplus.signum.internals
/
CoreFoundationException
Core
Foundation
Exception
ios
class
CoreFoundationException
(
val
nsError
:
NSError
)
:
Throwable
(
source
)
Members
Constructors
Core
Foundation
Exception
Link copied to clipboard
ios
constructor
(
nsError
:
NSError
)
Properties
cause
Link copied to clipboard
ios
open
val
cause
:
Throwable
?
message
Link copied to clipboard
ios
open
val
message
:
String
?
ns
Error
Link copied to clipboard
ios
val
nsError
:
NSError
Functions
get
Stack
Trace
Link copied to clipboard
ios
@
ExperimentalNativeApi
fun
getStackTrace
(
)
:
Array
<
String
>
print
Stack
Trace
Link copied to clipboard
ios
fun
printStackTrace
(
)
to
String
Link copied to clipboard
ios
open
override
fun
toString
(
)
:
String