VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Central Error Handler

CygnusX1  (1 Submission)   Debugging and Error Handling   Visual Basic 3.0   Beginner   Wed 3rd February 2021

The following code provides the means of adding a Centralized Error Handler to an application. I keep the Public Function in a Module named ErrorHandling to keep things simple.

Assumes
The appropriate comments have been added to the code so that you know where to place each item. So long as you follow that the code will work great for anyone. Note that the Public Function Error Handler can accept any additions concerning the expansion of error codes. All functions/procedures/events that use this error handler do not need to be updated.

Rate Central Error Handler (9(9 Vote))
Central Error Handler.bas

Central Error Handler Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters