Show / Hide Table of Contents

Class ContentfulRateLimitException

Represents errors that occurr when a call hit the rate limit of the API.

Inheritance
System.Object
System.Exception
ContentfulException
ContentfulRateLimitException
Inherited Members
ContentfulException.StatusCode
ContentfulException.SystemProperties
ContentfulException.ErrorDetails
ContentfulException.RequestId
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Errors
Assembly:cs.temp.dll.dll
Syntax
public class ContentfulRateLimitException : ContentfulException, ISerializable, _Exception

Constructors

ContentfulRateLimitException(String)

Initializes a new instance of ContentfulRateLimitException.

Declaration
public ContentfulRateLimitException(string message)
Parameters
Type Name Description
System.String message

The message of the exception.

Properties

SecondsUntilNextRequest

The number of seconds until the next request can be made to the API.

Declaration
public int SecondsUntilNextRequest { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX