RddError.PostError Method | |
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD PostError(
funcName AS STRING,
gencode AS DWORD,
subcode AS DWORD
) AS VOID
public static void PostError(
string funcName,
uint gencode,
uint subcode
)
Request Example
View SourceParameters
- funcName
- Type: String
- gencode
- Type: DWord
- subcode
- Type: DWord
See Also