Error handling

Estimated reading: 1 minute 277 views

Failure to read the manifest file or invalid data inside it will cause an add-in load error which will be displayed to the user once the host application is started (see the figure below).

Specifics about the error will be stored in a log file located in:

C:\Users\<USER_NAME>\AppData\Roaming\BEXEL\Bexel Manager 24\Logs

Log file can be checked to obtain more information such as exception type or stack trace. Any unhandled exceptions occurring in the add-in code itself will get caught by the host application’s default error handler which logs the error and prompts the user with an error report submission dialog.

Sharing is caring

Error handling

Or copy link

IN THIS SECTION: