XError Constructor | |
Initializes a new instance of the
XError class
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax CONSTRUCTOR(
cFile AS STRING,
nId AS INT64
)
public XError(
string cFile,
long nId
)
Request Example
View SourceParameters
- cFile
- Type: String
- nId
- Type: Int64
See Also