RddError Constructor (DWord, DWord) | |
Initializes a new instance of the
RddError class
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax CONSTRUCTOR(
dwGencode AS DWORD,
dwSubCode AS DWORD
)
public RddError(
uint dwGencode,
uint dwSubCode
)
Request Example
View SourceParameters
- dwGencode
- Type: DWord
- dwSubCode
- Type: DWord
See Also