Best Regards for all of you!
i'm creating e new aplication for my company, and one of the things i usualy seen, is that in code almost every body to this:
try
<some code here>
catch exc as Exception
<the error message here>
end try
in some places i've looked i saw only one messagebox with the error message, in other places some guys throw the execption, and there are other guys that create them selves error handlers. i'm trying to figure out what is the best practice to do this, can someone give their opinion?
i'm creating e new aplication for my company, and one of the things i usualy seen, is that in code almost every body to this:
try
<some code here>
catch exc as Exception
<the error message here>
end try
in some places i've looked i saw only one messagebox with the error message, in other places some guys throw the execption, and there are other guys that create them selves error handlers. i'm trying to figure out what is the best practice to do this, can someone give their opinion?