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.

CVErr Function

ཡིག་རྒྱུན་གསལ་བརྗོད་ཡང་ན་"Error" དབྱེ་བ་འོག་མ་གི་མི་མཐུན་གསལ་བརྗོད་ལུ་ཡིག་ཨང་གསལ་བརྗོད་གཞི་བསྒྱུར་འབདཝ་ཨིན།

Erl Function

ལས་རིམ་ལག་ལེན་འཐབ་པའི་སྐབས་འཛོལ་བ་འབྱུང་ཡོད་པའི་གྱལ་ཨང་དེ་སླར་ལོགཔ་ཨིན།

Err Function

ལས་རིམ་ལག་ལེན་འཐབ་ནི་ཧྐབས་འབྱུང་ཡོད་པའི་འཛོལ་བ་ངོས་འཛིན་འབད་ནིའི་འཛོལ་བ་ཨང་རྟགས་ཅིག་སླར་་ལོགཔ་ཨིན།

Err Object [VBA]

Use VBA Err object to raise or handle runtime errors.

IsError Function

འགྱུར་ཅན་ནང་ན་གནས་གོང་འཛོལ་བ་ཡོད་པ་ཅིན་བརྟག་ཞིབ་འབདཝ་ཨིན།

Error Function

Returns the error message that corresponds to a value or raises a given error context.

On Error GoTo ... Resume Statement

འཛོལ་བ་འབྱུང་ཚ་བའི་ཤུལ་ལུ་འཛོལ་བ་ལེགས་སྐྱོང་པ་རྒྱུན་ལས་ཅིག་ལྕོགས་ཅན་བཟོཝ་ ཡང་ན་ལས་རིམ་ལག་ལེན་འཐབ་ནི་བསྐྱར་ལོག་འབདཝ་ཨིན།

Resume Statement

Resets error information and indicates what to execute next.

ScriptForge.Exception service

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.

Please support us!