# IT:AD:ASP.NET:WebAPI:HowTo:Errors # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} ## Summary ## Because it is a Web protocol we don't thro an exception -- we return a //Failed get throw new HttpResponseException(HttpStatusCode.NotFound); //etc.