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