Class UserChangedApiException
Represents an exception that occurs when an API request user ID precondition header does not match the current user (HTTP 412 Precondition Failed).
Implements
Inherited Members
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public class UserChangedApiException : ApiException, ISerializable
Constructors
Name | Description |
---|---|
UserChangedApiException(string) | Initializes a new instance of the UserChangedApiException class with a specified error message. |
UserChangedApiException(string, Exception?) | Initializes a new instance of the UserChangedApiException class with a specified error message and an inner exception. |