This exception gets thrown if the internal threading encountered an error.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class InfigoThreadException : Exception
Visual Basic (Declaration)
Public Class InfigoThreadException _
	Inherits Exception
Visual C++
public ref class InfigoThreadException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    InfigoSDK..::.InfigoThreadException

See Also