Class QuotaExceededException
A class representing an exception thrown when quotas have been exceeded.
Implements
Inherited Members
Namespace: WhenFresh.Api.Client.Http
Assembly: WhenFresh.Api.Client.dll
Syntax
public class QuotaExceededException : HttpException, ISerializable
Constructors
QuotaExceededException(HttpResponseMessage)
Initializes a new instance of the QuotaExceededException class with a specific message that describes the current exception.
Declaration
public QuotaExceededException(HttpResponseMessage response)
Parameters
Type | Name | Description |
---|---|---|
HttpResponseMessage | response | The HttpResponseMessage at the time of the current exception. |