Query for errors.
            
    Namespace: 
   InfigoSDK
    Assembly:
   InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public string GetLastError() | 
| Visual Basic (Declaration) | 
|---|
| Public Function GetLastError As String | 
| Visual C++ | 
|---|
| public:
String^ GetLastError() | 
Return Value
Returns the last error as string.
 See Also
See Also