AppWindow.ReportException Method (Typed) | |
This is a compatibility method that is no longer used or needed.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ReportException(
oRQ
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ReportException(
Usual oRQ = default
)
Request Example
View SourceParameters
- oRQ (Optional)
- Type: Usual
The ReportQueue object that reports an exception.
Return Value
Type:
UsualSee Also