poison.core.exceptions.crossthreadingexception
Source
Module for cross threading exceptions.
Authors:
Jacob Jensen
License:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE
public:
public class CrossThreadingExeption : Exception
public:
Exception thrown when attempting cross threading access in thread-bound contexts.
public this(Tid tid, string msg);
Creates a new instance of the cross threading exception.
Parameters:
tid The accessible tid.
msg The message of the exception.
public @property Tid tid();
Gets the tid that the thread-bound context was accessed from.
Generated by venom - Poison Engine's Documentation Generator
Module for cross threading exceptions.
Authors:
Jacob JensenLicense:
https://github.com/PoisonEngine/poison-ui/blob/master/LICENSEpublic class CrossThreadingExeption : Exception
public:
Exception thrown when attempting cross threading access in thread-bound contexts.
public this(Tid tid, string msg);
Creates a new instance of the cross threading exception.
Parameters:
tid | The accessible tid. |
msg | The message of the exception. |
public @property Tid tid();
Gets the tid that the thread-bound context was accessed from.