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