ErrorExec Function | |
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION ErrorExec(
pErrInfo AS Exception
) AS USUAL
public static Usual ErrorExec(
Exception pErrInfo
)
Request Example
View SourceParameters
- pErrInfo
- Type: Exception
Return Value
Type:
UsualSee Also