VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Error Handling Utility

by Morgan Haueisen (22 Submissions)
Category: Complete Applications
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (14 Votes)

(Update 2/17/05) You should include error handling in every procedure of your application regardless of its size or purpose. Usually, during an application’s design phase, we naturally include “ON ERROR RESUME NEXT” to handle expected errors while we are writing the code. The problem occurs when the initial design is complete; we don’t always go back and add error trapping for those unexpected errors. This is usually because it takes to much time or we meant to but just miss some when we did. This utility will add error trapping and logging to all the procedures in your code that you didn’t. View the read_me document for more information. I am not interested in trying to winning the monthly contest so please DON’T vote; save your votes for those who are.

Rate Error Handling Utility

Download Error Handling Utility

Download Error Handling Utility (86 KB)

Error Handling Utility Comments

No comments have been posted about Error Handling Utility. Why not be the first to post a comment about Error Handling Utility.

Post your comment

Subject:
Message:
0/1000 characters