LinkedInApiException ClassKentico 8.1 API Reference
Thrown when protocol error in communication with LinkedIn API occurs.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    CMS.Base CMSException
      CMS.SocialMarketing LinkedInApiException
        CMS.SocialMarketing LinkedInApiThrottleLimitException
        CMS.SocialMarketing LinkedInApiUnauthorizedException

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)
Remarks

The exception is ment for situations when the error condition arised at LinkedIn server, thus the HttpStatus and ErrorCode should always be available. Should not be used in situations when the root cause is local.
See Also