• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class QuotaExceededException

A class representing an exception thrown when quotas have been exceeded.

Inheritance
object
Exception
ClientException
HttpException
QuotaExceededException
Implements
ISerializable
Inherited Members
HttpException.ToString()
HttpException.Response
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.TargetSite
Exception.StackTrace
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

Implements

ISerializable