Exception Handling for ASP.NET Core Web API | .NET 7

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 33

  • @broadshare
    @broadshare ปีที่แล้ว +1

    Thank sir, have learned a lot from your tutorials.

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Glad to hear that!

  • @onlythestrongsurvive
    @onlythestrongsurvive 11 หลายเดือนก่อน +1

    I learned a lot with this tutorial. Thank you

    • @juliocasal
      @juliocasal  11 หลายเดือนก่อน +1

      Glad it was helpful!

  • @marcelolopesdasilva3864
    @marcelolopesdasilva3864 ปีที่แล้ว +2

    Nice work Julio, as always!!!

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Thank you, Marcelo!

  • @nasermasri9954
    @nasermasri9954 ปีที่แล้ว +1

    Good job don't stop!

    • @juliocasal
      @juliocasal  ปีที่แล้ว +1

      Thanks, I won't!

  • @mustafamahmoudahmed1778
    @mustafamahmoudahmed1778 ปีที่แล้ว +1

    Great explanation. Thanks

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Glad it was helpful!

  • @liz.1328
    @liz.1328 10 หลายเดือนก่อน +2

    This was very helpful. Thanks!

    • @juliocasal
      @juliocasal  10 หลายเดือนก่อน +1

      Glad it was helpful!

  • @Marfig
    @Marfig ปีที่แล้ว +1

    Thank you. Very useful explanation! I gather this is only meant to be used with unhandled exceptions. For all those cases where I want to throw a 4XX error, my endpoints should instead return their own problem details object and not go through this middleware. Is that correct?

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      In that case I would add a mapping function to my exception handling middleware. Maps specific exceptions to HTTP error codes.

  • @gilmar69047
    @gilmar69047 ปีที่แล้ว +1

    Thanks for this topic

  • @pedroferreira9234
    @pedroferreira9234 ปีที่แล้ว

    Hey Julio, thank you for the video!
    Would be cool if you extend this video for people that program to exceptions.

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Pedro, you're welcome! Could you explain a bit the "program to exceptions" part?

    • @pedroferreira9234
      @pedroferreira9234 ปีที่แล้ว +1

      @@juliocasal using custom exceptions, (instead of using OneOf for example).

  • @veeramuthur
    @veeramuthur ปีที่แล้ว +1

    my dotnet core application is communicating to microservice. from microservice i am getting 400 error, but my dotnet core app is coverting to 400 to 500 status code storing in azure log as 500 (server is not found ) how its possible. i want to store same 400 into my azure logs. can you please suggest better way? thanks advance

    • @juliocasal
      @juliocasal  ปีที่แล้ว +1

      You would need to debug your app.

  • @jonsymon5497
    @jonsymon5497 ปีที่แล้ว +1

    Thank you! Very helpful!!!

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Glad it was helpful!

  • @alimazik6803
    @alimazik6803 ปีที่แล้ว +1

    Like the content Julio😊!

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Great to know Ali!

  • @bycarsten
    @bycarsten ปีที่แล้ว

    Nice approach, but can i use Try and Catch in my code to override this?

  • @16M-w4y
    @16M-w4y ปีที่แล้ว

    is very gooooooood 🙂😊🤩👍👍💪

  • @KREKER8331
    @KREKER8331 ปีที่แล้ว

    Thank you! Great content!

    • @juliocasal
      @juliocasal  ปีที่แล้ว

      Glad you liked it!