TaskKillException

Exception class that indicates that current task must be terminated. It can be used to forcefully kill the task while still properly cleaning current stack frame.

class TaskKillException : Exception {}

Constructors

this
this(istring file, int line)
Undocumented in source.

Meta