DataBrowser.Error Method | |
Provide a method for handling error conditions raised during data browser processing.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Error(
oErrorObj
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Error(
Usual oErrorObj = default
)
Request Example
View SourceParameters
- oErrorObj (Optional)
- Type: Usual
An Error object describing the error condition.
Return Value
Type:
UsualRemarks Tip |
---|
This is an event handler and is automatically called by other methods; the developer does not normally need to call the DataBrowser:Error() method, but might want to override it. |
See Also