
We learned about Exceptions in .NET and the SystemException vs ApplicationException. we practiced the try-catch-finally block. we learned how to stop the program in debugger using the Exceptions-Settings. we learned the benefit of the StackTrace. and finally we used throw to initiate exceptions our selves

More topics covered:
-
- message field usage in self thrown exceptions
- DivideByZeroException
- Exceptions in arrays – IndexOutOfRangeException
- Creating Exception object – new ExceptionClassName
- Inner exception
Links: