Functions.ErrorStack 方法 (StackTrace, UInt32) | |
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
public static string ErrorStack(
StackTrace oStackTrace,
uint wActivation = 1
)
查看代码参数
- oStackTrace
- 类型:StackTrace
StackTrace object to convert to an error stack string - wActivation (Optional)
- 类型:UInt32
Starting level. Defaults to 1.
返回值
类型:
StringThe error stack with line numbers. In the VO and Vulcan dialect the stack is in "VO Format"
参见