August 2014
Intermediate to advanced
408 pages
9h 54m
English
CHAPTER 7
![]()
Exceptions, Troubleshooting, and Documenting
This chapter covers dealing with exceptions in ASP.NET Web API, debugging issues with ASP.NET Web API tracers, and documenting your API endpoints with the ASP.NET Web API Help Page library.
You will learn how to do the following:
7-1. Handle Exceptions with Filters
Problem
You need a simple mechanism for handling exceptions that might occur in your controllers’ ...