Find Code:
All Words
Any of the Words
Exact Phrase
Home
:
Code
:
Forums
:
Submit
:
Mailing List
:
About
:
Contact
Code
All
VB.NET
ASP.NET
C#
VB Classic
ASP Classic
Snippets
Popular
Resources
Submit Code
Forums
Articles
Tips
Links
Books
Contest
Link to us
Error Handling routines made easy! In the module m
Author:
Jeremy E. Reed
E-mail:
Click to e-mail author
Website:
http://www.reedware.cjb.net
Submitted:
10/1/2001
Version:
VB4, VB5, V
Compatibility:
VB4, VB5, VB6, VB.NET
Category:
Miscellaneous
Downloads:
8569
Error Handling routines made easy! In the module modError.bas there are 4 routines to aid in handling errors. This code makes handling errors a snapp. Included in the zip is very detailed commenting to help understand the code, and alot of examples on how to use the code and routines, an example program, and a text file containing a list of errors by number. Great for beginners and seasoned programmers. Routines include: ErrorHandler() routine to simply handle errors by giving the user common choice based on the error ErrorHandlerCustom(...) routine to handle errors and customize the message, message title, and option buttons the user sees when the error occurs. ErrorHandlerSystem(...) routine to handle errors that displays the error message from the system and allows the programmer to customize the option buttons the users sees when the error occures ErrorHandlerDebug(...) routine for debugging apps that displays as much possible information about the error the Vb Error Object can give. Public Varibles: LastError Contains the last error that occured in the app Questions / Comments / Suggestions please feel free to contact me by email.
Home
|
Forums
|
Submit
|
Books
|
Mailing List
|
Advertising
|
About
|
Contact
© 2023 A1VBCode. All rights reserved.
Legal disclaimer & terms of use
Privacy statement