SetErrorStackVOFormat Function | |
This function allows you to enable or disable the VO compatible Errorstack format.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION SetErrorStackVOFormat(
lNew AS LOGIC
) AS LOGIC
public static bool SetErrorStackVOFormat(
bool lNew
)
Request Example
View SourceParameters
- lNew
- Type: Logic
Specify TRUE to enable the new format.
Return Value
Type:
LogicThe current setting for the ErrorStack format.
Remarks The default setting for the format is based on the dialect of the main application.
When the main dialect is VO or Vulcan then the VO format is used. Otherwise the normal .Net format is used.
See Also