Click or drag to resize

Error Constructor (DWord, 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 := 0
)
Request Example View Source

Parameters

dwGenCode
Type: DWord
dwSubCode (Optional)
Type: DWord
See Also