DataBasic Reference > DataBasic Objects > Object Exceptions

Comment on this topic

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.

RealityV15.1Online Documentation (MoTW) Revision 7

Object Exceptions (dbo_object_exceptions.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Object Exceptions

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.

Errors

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 server returns an error:

RealityV15.1 (MoTW) Revision 7Comment on this topic