RddError.PostError 方法 | |
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD PostError(
funcName AS STRING,
gencode AS DWORD,
subcode AS DWORD
) AS VOID
public static void PostError(
string funcName,
uint gencode,
uint subcode
)
查看代码参数
- funcName
- 类型:String
- gencode
- 类型:UInt32
- subcode
- 类型:UInt32
参见