LinkedInApiThrottleLimitException Constructor (Int32, Int32, String) |
Thrown when the LinkedIn API throttle limit is reached.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 12.0.0
Syntax public LinkedInApiThrottleLimitException(
int httpStatus,
int errorCode,
string message
)
Parameters
- httpStatus
- Type: SystemInt32
HTTP code of LinkedIn API response - errorCode
- Type: SystemInt32
Error code of LinkedIn API response (originates from the API response body) - message
- Type: SystemString
Exception message
See Also