点击或拖拽改变大小

Functions.AdsGetErrorMessage 方法

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

命名空间:  XSharp.RDD
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 FUNCTION AdsGetErrorMessage() AS STRING
查看代码

返回值

类型:String
备注
You have to call this immediately after an error occurs. Otherwise the error message may have been reset by a subsequent operation.
参见