Error Constructor (DWord, String) | |
Create an Error Object for a Gencode and Argument Name.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax CONSTRUCTOR(
dwGenCode AS DWORD,
cArg AS STRING
)
public Error(
uint dwGenCode,
string cArg
)
Request Example
View SourceParameters
- dwGenCode
- Type: DWord
- cArg
- Type: String
See Also