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