AdsGetErrorMessage Function | |
Return the Last error message for an ADS operation.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax FUNCTION AdsGetErrorMessage() AS STRING
public static string AdsGetErrorMessage()
Request Example
View SourceReturn Value
Type:
StringRemarks You have to call this immediately after an error occurs. Otherwise the error message may have been reset by a subsequent operation.
See Also