Error Constructor (Exception, String, String, DWord, Object) | |
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[]
)
public Error(
Exception ex,
string cFuncName,
string cArgName,
uint iArgNum,
params Object[] aArgs
)
Request Example
View SourceParameters
- ex
- Type: Exception
- cFuncName
- Type: String
- cArgName
- Type: String
- iArgNum
- Type: DWord
- aArgs
- Type: Object
See Also