RddError Constructor (Exception, DWord, DWord) | |
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
)
public RddError(
Exception ex,
uint dwGencode,
uint dwSubCode
)
Request Example
View SourceParameters
- ex
- Type: Exception
- dwGencode
- Type: DWord
- dwSubCode
- Type: DWord
See Also