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

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public class SharePointServiceNotSupportedException : Exception
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
See Also