Click or drag to resize

Error Constructor (Exception, String, String, DWord, Object)

X#
Create an Error Object with the Innner Exception and other parameters

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	ex AS Exception,
	cFuncName AS STRING,
	cArgName AS STRING,
	iArgNum AS DWORD,
	aArgs PARAMS Object[]
)
Request Example View Source

Parameters

ex
Type: Exception
cFuncName
Type: String
cArgName
Type: String
iArgNum
Type: DWord
aArgs
Type: Object
See Also