PROGRAM AREA
WebApi Top questions
Post
New Post
Find by name:
WebApi
First Name
PostDate
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
500 - Internal Server Error
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
500 - Internal Server Error
Explain method to handle error using HttpError in Web API?
In WEB API HttpError used to throw the error info in the response body. “CreateErrorResponse” method is can also use along with this, which is an extension method defined in “HttpRequestMessageExtension.”
Page 1 of 12
1
2
3
4
5
6
7
8
9
10
…
»
»»
Full Page