Exception thrown when a method is not allowed to be called on the CTC thread.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 1.4.3895.39120

Syntax

C#
public sealed class CalledOnCtcThreadException : ApplicationException
Visual Basic (Declaration)
Public NotInheritable Class CalledOnCtcThreadException _
	Inherits ApplicationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      RRAutoLib.CTC..::.CalledOnCtcThreadException

See Also