点击或拖拽改变大小

Functions.ErrorStack 方法 (StackTrace, UInt32)

X#
Return the error stack as a string.

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

参数

oStackTrace
类型:StackTrace
StackTrace object to convert to an error stack 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"
参见