LinkedInApiException Constructor (Int32, Int32, String)Kentico 8.1 API Reference
Thrown when protocol error in communication with LinkedIn API occurs.

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

Parameters

httpStatus
Type: OnlineSystem Int32
HTTP code of LinkedIn API response
errorCode
Type: OnlineSystem Int32
Error code of LinkedIn API response (originates from the API response body)
message
Type: OnlineSystem String
Exception message
See Also