• MasterBlaster
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    Thanks for looking that up, because the application exception is the way I originally learned this myself. And I’ve been doing .net for 20 years.

    • JustANooneOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 years ago

      Do you guys still use it in practice though? I have never seen or heard about this until now.

      • MasterBlaster
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 years ago

        I don’t create many exceptions in c#. The way I handle errors doesn’t require it for (damn near) everything. Java makes throwing named errors more important, and consequently I wrote more for Java.