Click or drag to resize

Error Constructor (DWord, DWord, String, String, DWord)

X#
Create an Error Object.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	dwGenCode AS DWORD,
	dwSubCode AS DWORD,
	cFuncName AS STRING,
	cArgName AS STRING,
	iArgNum AS DWORD
)
Request Example View Source

Parameters

dwGenCode
Type: DWord
dwSubCode
Type: DWord
cFuncName
Type: String
cArgName
Type: String
iArgNum
Type: DWord
See Also