M
Mike
Hi,
I am after some advice on the best approach to passing
exceptions through the layers of my application.
Rather than placing try/catch statements in my data,
business & UI layers I have hooked up a
ThreadExceptionEventHandler event to act upon any
exceptions in any of the methods invoked. This way I can
determine the exception via the ThreadExceptionEventArgs
Exception.GetType() method and perform the necessary
application logic.
Has anyone got any information about using this or any
other approach regarding passing exception information up
through the call stack.
Regards
Mike
I am after some advice on the best approach to passing
exceptions through the layers of my application.
Rather than placing try/catch statements in my data,
business & UI layers I have hooked up a
ThreadExceptionEventHandler event to act upon any
exceptions in any of the methods invoked. This way I can
determine the exception via the ThreadExceptionEventArgs
Exception.GetType() method and perform the necessary
application logic.
Has anyone got any information about using this or any
other approach regarding passing exception information up
through the call stack.
Regards
Mike