LinkedInPartialDeleteException Constructor (String, Exception) |
Thrown when delete operation of LinkedIn content is not executed completely.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 11.0.0
Syntax public LinkedInPartialDeleteException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
Exception message - innerException
- Type: SystemException
Exception that caused the current exception
See Also