Error Constructor (DWord, DWord) | |
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
)
public Error(
uint dwGenCode,
uint dwSubCode = 0
)
Request Example
View SourceParameters
- dwGenCode
- Type: DWord
- dwSubCode (Optional)
- Type: DWord
See Also