Click or drag to resize
LinkedInPartialDeleteException Constructor (String, Exception)
Thrown when delete operation of LinkedIn content is not executed completely.

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

Parameters

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