Course Content
Introduction to .NET with C#
Introduction to .NET with C#
2. Asynchronous Programming and Introduction to Web Services
3. Introduction to Databases with .NET
Task - Exception Handling for API Response
The task is to work on the code from the previous task, and add error checking, exactly the way we did in the video.
You don't need to add error checking for int.Parse
methods.
Note
This task does not have test cases. You can verify your solution by comparing it to the given solution code.
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 8