Functions.AdsGetErrorMessage 方法 | |
Return the Last error message for an ADS operation.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 FUNCTION AdsGetErrorMessage() AS STRING
public static string AdsGetErrorMessage()
查看代码返回值
类型:
String备注 You have to call this immediately after an error occurs. Otherwise the error message may have been reset by a subsequent operation.
参见