Spyke
JustANoonereply
lemmy.world

This is a reucurring theme at this specific subject unfortunately. He doesn't seem to put much effort into it, as most slides are just plain text and nothing else. I stopped attending after the second class.

16

That truly sucks. Yeah, some professors can be like that. I had a math professor offer bonus points to the first 3 students completed the assignment, only for the majority to cheat and just look up the answer and turn that in. It became a contest of who could copy the fastest and one student even admitted to doing it, but she just didn't care and gave points to the cheaters anyway.

4
lemmy.world

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.

3
JustANoonereply
lemmy.world

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

2

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.

2
feddit.de

M$ Docu sounds like that doesn't make sense, do you have some more context?

9
JustANoonereply
lemmy.world

I should have elaborated, but basically what MD87 replied. During the development of .NET it was decided that every exception caused by programs should inherit from ApplicationException, and all system errors should inherit from SystemException. Unfortunately .NET devs didn't follow this and now everything should just inherit Exception since it's easier to check. Interestingly, both SystemException and ApplicationException seem functionally identical to Exception.

5

Which actually makes sense. Java logic with exceptions that you cannot catch is a practice no other language has.

4

I have never extended from or caught an application extension in my entire career. Agree with Microsoft, if it's an application exception it's coming from the framework. All of mine derive from exception.

9

Between a professor being too lazy to update slides, or Microsoft having blatantly wrong documentation at some place... well... I have no idea what is more likely.

1

You reached the end

I love university | Spyke