Click or drag to resize
LinkedInApiUnauthorizedException Constructor (String, Exception)
Thrown when protocol error in communication with LinkedIn API has the root cause in not being authorized.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public LinkedInApiUnauthorizedException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Exception message
innerException
Type: SystemException
Exception that caused the current exception
See Also