Click or drag to resize
LinkedInApiException Constructor (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(
	string message
)

Parameters

message
Type: SystemString
Exception message
See Also