Class ValidationApiException
Represents an exception that occurs when validation fails for an API request (HTTP 422 Unprocessable Content/Entity).
Implements
Inherited Members
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public class ValidationApiException : ApiException, ISerializable
Constructors
| Name | Description |
|---|---|
| ValidationApiException(string) | Initializes a new instance of the ValidationApiException class with a specified error message. |