Click or drag to resize

AdsGetErrorMessage Function

X#
Return the Last error message for an ADS operation.

Namespace:  XSharp.RDD
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax
 FUNCTION AdsGetErrorMessage() AS STRING
Request Example View Source

Return Value

Type: String
Remarks
You have to call this immediately after an error occurs. Otherwise the error message may have been reset by a subsequent operation.
See Also