Click or drag to resize

Error Constructor (DWord, String, String)

X#
Create an Error Object for a Gencode, Argument Name and Description.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	dwGenCode AS DWORD,
	cArg AS STRING,
	cDescription AS STRING
)
Request Example View Source

Parameters

dwGenCode
Type: DWord
cArg
Type: String
cDescription
Type: String
See Also