Class NotFoundException
HTTP 404: the resource was not found.
public class NotFoundException : ApiException, ISerializable
- Inheritance
-
NotFoundException
- Implements
- Inherited Members
Constructors
NotFoundException(HttpStatusCode, object?, HttpResponseHeaders, string?)
Create an API error from a completed HTTP response.
public NotFoundException(HttpStatusCode statusCode, object? body, HttpResponseHeaders headers, string? message = null)
Parameters
statusCodeHttpStatusCodebodyobjectheadersHttpResponseHeadersmessagestring