Error Constructor (DWord, DWord, String, String, 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,
cFuncName AS STRING,
cArgName AS STRING,
iArgNum AS DWORD
)
public Error(
uint dwGenCode,
uint dwSubCode,
string cFuncName,
string cArgName,
uint iArgNum
)
Request Example
View SourceParameters
- dwGenCode
- Type: DWord
- dwSubCode
- Type: DWord
- cFuncName
- Type: String
- cArgName
- Type: String
- iArgNum
- Type: DWord
See Also