Class BadRequestException
HTTP 400: the request is invalid.
public class BadRequestException : ApiException, ISerializable
- Inheritance
-
BadRequestException
- Implements
- Inherited Members
Constructors
BadRequestException(HttpStatusCode, object?, HttpResponseHeaders, string?)
Create an API error from a completed HTTP response.
public BadRequestException(HttpStatusCode statusCode, object? body, HttpResponseHeaders headers, string? message = null)
Parameters
statusCodeHttpStatusCodebodyobjectheadersHttpResponseHeadersmessagestring