Class ForbiddenApiException
Represents an exception that occurs when an API request is forbidden (HTTP 403 Forbidden).
Implements
Inherited Members
Namespace: Singulink.Net.Http.Api
Assembly: Singulink.Net.Http.Api.dll
Syntax
public class ForbiddenApiException : ApiException, ISerializable
Constructors
Name | Description |
---|---|
ForbiddenApiException(string) | Initializes a new instance of the ForbiddenApiException class with a specified error message. |
ForbiddenApiException(string, Exception?) | Initializes a new instance of the ForbiddenApiException class with a specified error message and an inner exception. |