Function Entry: VL-CATCH-ALL-ERROR-P
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-CATCH-ALL-ERROR-P
Name
vl-catch-all-error-p
Class
Visual LISP Function
Syntax
(vl-catch-all-error-p obj)
Description
Tests whether obj is a catch-all error object.
Return Values
- T if
objis a catch-all error object - nil otherwise
Side Effects
None.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vl-catch-all-error-p (AutoLISP)](https://help.autodesk.com/cloudhelp/2022/ENU/AutoCAD-AutoLISP-Reference/files/GUID-14CADE53-54C6-437D-8F3C-14845E08591C.htm)
- [About Catching Errors and Continuing Program Execution (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-LT-AutoLISP/files/GUID-9DDAD8C4-FB10-4C15-B59E-F6E05C1F9672.htm)
- Status: documented.