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: 9.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
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
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.)
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
See Also