SQLErrorInfo 构造函数 | |
构造一个 SQLErrorInfo 对象。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOSQLClasses (在 XSharp.VOSQLClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oOriginator,
symMethod,
Ex
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SQLErrorInfo(
__Usual oOriginator = default,
__Usual symMethod = default,
__Usual Ex = default
)
查看代码参数
- oOriginator (Optional)
- 类型:__Usual
发生错误的对象。 - symMethod (Optional)
- 类型:__Usual
发生错误的对象的方法的名称。 - Ex (Optional)
- 类型:__Usual
参见