CrossThreadingExeption

Exception thrown when attempting cross threading access in thread-bound contexts.

class CrossThreadingExeption : Exception {}

Constructors

this
this(Tid tid, string msg)

Creates a new instance of the cross threading exception.

Members

Properties

tid
Tid tid [@property getter]

Gets the tid that the thread-bound context was accessed from.

Meta