AdsError 构造函数 | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
msg AS STRING,
dwGenCode AS DWORD,
dwSubCode AS DWORD,
cDriver AS STRING,
dwSeverity AS DWORD,
strFunction AS STRING,
strFile AS STRING
)
public AdsError(
string msg,
uint dwGenCode,
uint dwSubCode,
string cDriver,
uint dwSeverity,
string strFunction,
string strFile
)
查看代码参数
- msg
- 类型:String
- dwGenCode
- 类型:UInt32
- dwSubCode
- 类型:UInt32
- cDriver
- 类型:String
- dwSeverity
- 类型:UInt32
- strFunction
- 类型:String
- strFile
- 类型:String
参见