Error-Handling Functions
Use the following statements and functions to define the way Collabora Office Basic reacts to run-time errors.
Collabora Office Basic offers several methods to prevent the termination of a program when a run-time error occurs.
Converte uma expressão em caracteres ou expressão numérica numa expressão variante de subtipo "Error".
Devolve o número da linha em que ocorreu um erro durante a execução do programa.
Devolve um código de erro que identifica o erro ocorrido durante a execução do programa.
Use VBA Err object to raise or handle runtime errors.
Testa os erros de uma variável.
Returns the error message that corresponds to a value or raises a given error context.
Ativa a rotina para tratamento de erros depois de ocorrer um erro, ou retoma a execução do 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.