Write an exception tester application that enables you to see the impact of exceptions being thrown. Include
Question:
Write an exception tester application that enables you to see the impact of exceptions being thrown. Include multiple catch clauses. You might investigate classes such as ArithmeticException, FormatException, IndexOutOfRangeException, and Exception. For each exception, write a try block containing errors to throw the exceptions. As you test the application, include an error that throws the exception and then comment it out and program an error that throws the next exception and so on. Your final solution should include at least one statement per exception that throws each exception.
The statements should all be commented out by the time you finish testing. Be sure to include documenting comments with each statement.
Step by Step Answer:
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle