Click or drag to resize
LinkedInApiThrottleLimitException Class
Thrown when the LinkedIn API throttle limit is reached. The HTTP status code in such case is most certainly a 403.
Inheritance Hierarchy

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public class LinkedInApiThrottleLimitException : LinkedInApiException

The LinkedInApiThrottleLimitException type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInApiThrottleLimitException
Thrown when the LinkedIn API throttle limit is reached.
Public methodLinkedInApiThrottleLimitException(String)
Thrown when the LinkedIn API throttle limit is reached.
Public methodLinkedInApiThrottleLimitException(String, Exception)
Thrown when the LinkedIn API throttle limit is reached.
Public methodLinkedInApiThrottleLimitException(Int32, Int32, String)
Thrown when the LinkedIn API throttle limit is reached.
Top
Properties
  NameDescription
Public propertyErrorCode
Error code of the LinkedIn API response. Originates from the API response body.
(Inherited from LinkedInApiException.)
Public propertyHttpStatus
HTTP status code which was present in the API's HTTP response.
(Inherited from LinkedInApiException.)
Top
See Also