Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.2 Online Documentation (MoTW) Revision 3
Object Exceptions (dbo_object_exceptions.htm)
Object errors are treated as DataBasic exceptions and it is recommended that an exception handler is defined before any methods are invoked. If no exception handler is defined, any errors generated by the language server will be treated as fatal and trapped by the DataBasic debugger. For more information, see DataBasic Exception Handler.
If a non-DBO is used in DataBasic where a DBO is expected, the DataBasic debugger will be entered with a B62 "Invalid DBObject referenced" error.
If the DBO language server returns an error:
If an exception handler is active, an exception is thrown with the number 10061, and a message consisting of the server error number and message.
If there is no exception handler active, the DataBasic debugger will be entered with a B61 "DBObject server error" followed by the server error number and message.