Class BadRequestApiException
Represents an exception that occurs when an API request cannot be processed due to a client error (HTTP 400 Bad Request).
Implements
Inherited Members
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public class BadRequestApiException : ApiException, ISerializable
Constructors
Name | Description |
---|---|
BadRequestApiException(string) | Initializes a new instance of the BadRequestApiException class with a specified error message. |