Error 构造函数 (UInt32, String) | |
Create an Error Object for a Gencode and Argument Name.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
dwGenCode AS DWORD,
cArg AS STRING
)
public Error(
uint dwGenCode,
string cArg
)
查看代码参数
- dwGenCode
- 类型:UInt32
- cArg
- 类型:String
参见