C# Checked exceptions
- by Ryan B.
One feature I really liked in Java that isn't in C# is checked exceptions, Is there any way to simulate or turn on checked exceptions in Visual Studio?
Yes I know a lot of people dislike them, but I find they can be helpful.