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.
Convierte una expresión de cadena o una expresión numérica en una expresión variant del subtipo "Error".
Devuelve el número de línea en que se produjo un error durante la ejecución de un programa.
Devuelve un código que identifica el error que se ha producido durante la ejecución del programa.
Use VBA Err object to raise or handle runtime errors.
Comprueba si una variable contiene un valor de error.
Devuelve el mensaje de error que corresponde a un valor o acciona un contexto de error determinado.
Activa una rutina de tratamiento de errores después de producirse estos o continúa la ejecución del programa.
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.