LinkedInApiThrottleLimitException Constructor (String, Exception) |
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(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
Exception message - innerException
- Type: SystemException
Exception that caused the current exception
See Also