Click or drag to resize

RddError.PostArgumentError Method

X#

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD PostArgumentError(
	funcName AS STRING,
	subcode AS DWORD,
	argName AS STRING,
	argNum AS DWORD,
	args AS Object[]
) AS VOID
Request Example View Source

Parameters

funcName
Type: String
subcode
Type: DWord
argName
Type: String
argNum
Type: DWord
args
Type: Object
See Also