Click or drag to resize
SharePointServiceNotSupportedException Class
Indicates the desired SharePoint service does not have an implementation.
Inheritance Hierarchy

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

The SharePointServiceNotSupportedException type exposes the following members.

Constructors
  NameDescription
Public methodSharePointServiceNotSupportedException
Indicates the desired SharePoint service does not have an implementation.
Public methodSharePointServiceNotSupportedException(String)
Indicates the desired SharePoint service does not have an implementation.
Public methodSharePointServiceNotSupportedException(String, Exception)
Indicates the desired SharePoint service does not have an implementation.
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