Click or drag to resize

AdsError Constructor

X#
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
)
Request Example View Source

Parameters

msg
Type: String
dwGenCode
Type: DWord
dwSubCode
Type: DWord
cDriver
Type: String
dwSeverity
Type: DWord
strFunction
Type: String
strFile
Type: String
See Also