G
GiJeet
Hello, I come from the VB6 world where we'd put a single ON ERROR GOTO
ErrHandler at the top of a method. Now whenever an error happened it
would drop into the ErrHandler code. In .Net it seems like you have
too many Try/Catch statements all throughout the code. I think this
is ugly error handling.
Is there a better way to handle exceptions in .Net 2.0 + then putting
all these Try/Catch blocks around code?
G
ErrHandler at the top of a method. Now whenever an error happened it
would drop into the ErrHandler code. In .Net it seems like you have
too many Try/Catch statements all throughout the code. I think this
is ugly error handling.
Is there a better way to handle exceptions in .Net 2.0 + then putting
all these Try/Catch blocks around code?
G