/exception-handling-net-core

exception handling ways in .net core

Primary LanguageC#

Exception Handling Methods in .Net Core

you'll find different ways to handle exceptions in .net core like

  • custom exception types
  • try-catch-finally block
  • custom exception filter
  • custom built-in exception extension
  • custom exception handler middleware