Functions.SetErrorStackVOFormat 方法 | |
This function allows you to enable or disable the VO compatible Errorstack format.
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION SetErrorStackVOFormat(
lNew AS LOGIC
) AS LOGIC
public static bool SetErrorStackVOFormat(
bool lNew
)
查看代码参数
- lNew
- 类型:Boolean
Specify TRUE to enable the new format.
返回值
类型:
BooleanThe current setting for the ErrorStack format.
备注 The default setting for the format is based on the dialect of the main application.
When the main dialect is VO or Vulcan then the VO format is used. Otherwise the normal .Net format is used.
参见