taskException

This function set the taskname set by the logger The version LOGGER must be enabled for this to work The function is used to send the exception to the task owner ownerTid

@trusted static nothrow
immutable(TaskFailure)
taskException
(
const(Throwable) e
)

Return Value

Type: immutable(TaskFailure)

The immutable version of the Exception

Meta