Description
In this lab, you will continue working on the BankAcounts application by replacing the code in the various account classes that writes to the console with code that raises new exceptions. You will further amend the client logic (in program.cs) to anticipate the exceptions by catching them when they occur. The lab instructions will guide you through the necessary changes for one scenario and ask you to make similar changes for each of the others.