AdsError Constructor | |
Initializes a new instance of the
AdsError class
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax 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
)
Request Example
View SourceParameters
- msg
- Type: String
- dwGenCode
- Type: DWord
- dwSubCode
- Type: DWord
- cDriver
- Type: String
- dwSeverity
- Type: DWord
- strFunction
- Type: String
- strFile
- Type: String
See Also