| TDengineErrorNo Method |
Get the reason why the last API call failed, and the return value is the error code.
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax public static int ErrorNo(
IntPtr res
)
Parameters
- res
- Type: SystemIntPtr
Reference return by APIs like Query(IntPtr, IntPtr).
Return Value
Type:
Int32Error code.
See Also