In case of an error, get the last error as text representation.

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

Syntax

C#
string GetLastError()
Visual Basic (Declaration)
Function GetLastError As String
Visual C++
String^ GetLastError()

Return Value

The last error description.

See Also