Abbas Hamza

Abbas Hamza

  • NA
  • 100
  • 52.8k

which method of Exception handling should i use ?

Feb 6 2017 4:53 AM
Hi Guys,
I'm reading about exception handling  in MVC, i have came across 6 methods to do that, now i became more confuse on what to use as currently i have multiple controllers that handle database with EF6. my aim is not to show yellow screen for user and display error page reside in view folder. Do i need to create try and catch block in each controller or use a global filter? could any one shed more lights on this issue ?
thank you 

Answers (2)