Error 构造函数 (Exception, String, String, UInt32, Object) | |
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[]
)
public Error(
Exception ex,
string cFuncName,
string cArgName,
uint iArgNum,
params Object[] aArgs
)
查看代码参数
- ex
- 类型:Exception
- cFuncName
- 类型:String
- cArgName
- 类型:String
- iArgNum
- 类型:UInt32
- aArgs
- 类型:Object
参见