Tag

Exception Handling in AspNet

All blogs tagged with Exception Handling in AspNet

1
Articles
20,386
Total Views

Showing 1 of 1 articles

05
Aug
2020
Exception Handling and Creating Exception Logs in Asp.net MVC
20,386 views

So basically in a MVC Project we often use many controllers for making our web project functional.So one way is to handle exception separately on all of them or we can simple use a Base Controller. A Base controller can be told as a parent controller from which all other controller will inherit.So in that way Exception handling performed on Base Controller will get applied on all controllers which inherits from this controller.

Translate Page