Class UserRequiredApiException
Represents an exception that occurs when an API request user ID precondition header is required but missing (HTTP 428 Precondition Required).
Implements
Inherited Members
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public class UserRequiredApiException : ApiException, ISerializable
Constructors
| Name | Description |
|---|---|
| UserRequiredApiException(string) | Initializes a new instance of the UserRequiredApiException class with a specified error message. |
| UserRequiredApiException(string, Exception?) | Initializes a new instance of the UserRequiredApiException class with a specified error message and an inner exception. |