Error-Handling Functions
Use the following statements and functions to define the way LibreOffice Basic reacts to run-time errors.
LibreOffice Basic offers several methods to prevent the termination of a program when a run-time error occurs.
បម្លែងកន្សោមខ្សែអក្សរ ឬកន្សោមលេខទៅជាកន្សោមវ៉ារ្យ៉ង់នៃប្រភេទរង "កំហុស" ។
ត្រឡប់លេខបន្ទាត់ដែលកំហុសមួយបានកើតឡើង ខណៈពេលប្រតិបត្តិកម្មវិធី ។
ត្រឡប់លេខកូដដែលបញ្ជាក់ពីកំហុស ដែលបានកើតឡើងខណៈពេលប្រតិបត្តិកម្មវិធី ។
Use VBA Err object to raise or handle runtime errors.
ពិសោធន៍ថាតើអថេរមួយមានតម្លៃកំហុសឬទេ ។
Returns the error message that corresponds to a value or raises a given error context.
ធ្វើឲ្យប្រើបានទម្រង់ការកំហុស បន្ទាប់ពីកំហុសកើតឡើង ឬបន្តប្រតិបត្តិកម្មវិធី ។
Resets error information and indicates what to execute next.
The Exception service is a collection of methods to assist in code debugging in Basic and Python scripts and in error handling in Basic scripts.
In Basic scripts, when a run-time error occurs, the methods and properties of the Exception service help identify the error context and allow to handle it.