data class ExceptionThrownEvent : RuntimeEvent
Issued when exception was thrown and unhandled.
<init> |
Issued when exception was thrown and unhandled. ExceptionThrownEvent(timestamp: Timestamp, exceptionDetails: ExceptionDetails) |
exceptionDetails |
val exceptionDetails: ExceptionDetails |
timestamp |
Timestamp of the exception. val timestamp: Timestamp |