Answers

Question and Answer:

  Home  SunOne

⟩ How to handle exceptions without using try,catch,throw, and log4j?

in case of .net, if you are not using

try/catch/finally/throw/log4j

1. make use of Page_error method on any .aspx page to

handle error on the specfic page

2. in global.asax use application_error event handler

3. web.config, under Error - specify what need to be done

based on error code/type

 150 views

More Questions for you: