ErrorHandler Description:
ErrorHandler is an easy to
use 32 bit COM component that helps
you to handle exceptions in Visual Basic applications
and if the application is running on Windows NT platform,
logs the error message or any other type of message( Warning, Success,
Failure, Information etc.)
to NT's Event Log and register it under its application's name. It provides
the following services:
a. Displays meaningful error messages with the following information:
i. The module raising the error
ii. The subroutine raising the error
iii. The application raising the error and in case of an automation
object, the name object.
iv. Error number
v. Error description
vi. Programmer's comments.
b. Detects the platform on which the application is running, and if
Windows NT, logs above information plus the UserID of the current user
to
the NT's event log.
c. Logs any other type of event (Warning,Success, Failure, Information
etc.) to NT's Event
Log and register it under its own application's name.