Is there a way to add global error handler in a visual basic 6.0 application?
Posted
by ravi
on Stack Overflow
See other posts from Stack Overflow
or by ravi
Published on 2008-09-15T17:41:56Z
Indexed on
2010/05/28
14:02 UTC
Read the original article
Hit count: 194
vb
VB 6.0 does not have any global handler.To catch runtime errors,we need to add a handler in each method where we feel an error can occur.But, still some places might be left out.So,we end up getting runtime errors.Adding error handler in all the methods of an application,the only way?
© Stack Overflow or respective owner