| LinkedInApiThrottleLimitException Constructor (String, Exception) | 
            Thrown when the LinkedIn API throttle limit is reached.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxpublic LinkedInApiThrottleLimitException(
	string message,
	Exception innerException
)
Parameters
- message
- Type: SystemString
 Exception message
- innerException
- Type: SystemException
 Exception that caused the current exception
 See Also
See Also