点击或拖拽改变大小

Functions.ErrorStack 方法 (UInt32)

X#
Return the error stack as a string.

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION ErrorStack(
	wActivation AS DWORD := 1
) AS STRING
查看代码

参数

wActivation (Optional)
类型:UInt32
Starting level. Defaults to 1.

返回值

类型:String
The error stack with line numbers. In the VO and Vulcan dialect the stack is in "VO Format"
参见