Error Handling

Synergy DBL provides two kinds of error handling capabilities: error trapping (with the ONERROR statements or I/O error lists) and structured exception handling (using TRY-CATCH blocks). You cannot use both types in the same routine.