CrossThreadingExeption

Exception thrown when attempting cross threading access in non-allowed contexts.

class CrossThreadingExeption : Exception {}

Constructors

this
this(string msg)

Creates a new instance of the cross threading exception.

Meta