Click or drag to resize

RddError Constructor (Exception, DWord, DWord)

X#
Initializes a new instance of the RddError class

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	ex AS Exception,
	dwGencode AS DWORD,
	dwSubCode AS DWORD
)
Request Example View Source

Parameters

ex
Type: Exception
dwGencode
Type: DWord
dwSubCode
Type: DWord
See Also