HttpException
An exception used to indicate a problem serving an HTTP request. It includes details used to construct a proper response.
Parameters
the problem to use as the basis for this exception. In case the problem does not contain a status code, an internal server error 500 is assumed.
the exception that caused this problem or null if none.
Inheritors
Constructors
Creates a new instance of this exception based on a status code and other details contributing to a Problem.