Click or drag to resize
LinkedInPartialDeleteException Class
Thrown when delete operation of LinkedIn content is not executed completely.
Inheritance Hierarchy

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public class LinkedInPartialDeleteException : CMSException

The LinkedInPartialDeleteException type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInPartialDeleteException
Thrown when delete operation of LinkedIn content is not executed completely.
Public methodLinkedInPartialDeleteException(String)
Thrown when delete operation of LinkedIn content is not executed completely.
Public methodLinkedInPartialDeleteException(String, Exception)
Thrown when delete operation of LinkedIn content is not executed completely.
Top
Properties
  NameDescription
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
See Also