D
Daniel Portal
Hi there,
I'm in 3-tier project and I'm thinking about having Try / Catch
statements in each method, just in case you know!
If the case is that I don't have a special treatment for the error in
some method I would Cath the error and Re-Throw it!
The question is: what are the issues of this approach? Would I have
performance problems cus of my catches? What does MS recommends in such a
situation??
Thanks a lot
Daniel Portal
I'm in 3-tier project and I'm thinking about having Try / Catch
statements in each method, just in case you know!
If the case is that I don't have a special treatment for the error in
some method I would Cath the error and Re-Throw it!
The question is: what are the issues of this approach? Would I have
performance problems cus of my catches? What does MS recommends in such a
situation??
Thanks a lot
Daniel Portal