Exception thrown when an action is forbidden while the CtcService is not started.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 1.3.3371.40749 (1.3.0.0)

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Public NotInheritable Class CtcNotStartedException _
	Inherits ApplicationException

Remarks

During operation, the CTC service should be running so it can monitor actions that require managing objects states.

Inheritance Hierarchy

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

See Also