If an exception was thrown in a page, would it be possible to be handled within the masterpage (assuming it wasn't handled before?)
|
feedback
|
|
If a method on the master page is one in the call chain above where the exception occurs, it can be caught in it. What are you trying to accomplish? At a guess I would say that you need to explore the creation of a base page where you have your exception handling and inherit your other pages from it. | |||||||||
feedback
|
|
You could add handler to
I am not sure, that there is | |||
|
feedback
|