Click or drag to resize
LinkedInApiException Constructor (Int32, Int32, String)
Thrown when protocol error in communication with LinkedIn API occurs.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public LinkedInApiException(
	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