This exception gets thrown if a data source error occurred.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    InfigoSDK..::.InfigoDataSourceException

See Also