点击或拖拽改变大小

Error 构造函数 (Exception, String, String, UInt32, Object)

X#
Create an Error Object with the Innner Exception and other parameters

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CONSTRUCTOR(
	ex AS Exception,
	cFuncName AS STRING,
	cArgName AS STRING,
	iArgNum AS DWORD,
	aArgs PARAMS Object[]
)
查看代码

参数

ex
类型:Exception
cFuncName
类型:String
cArgName
类型:String
iArgNum
类型:UInt32
aArgs
类型:Object
参见