Click or drag to resize
SharePointConnectionNotSupportedException Class
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.SharePointSharePointConnectionNotSupportedException

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public class SharePointConnectionNotSupportedException : Exception
Constructors
  NameDescription
Public methodSharePointConnectionNotSupportedException
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.
Public methodSharePointConnectionNotSupportedException(String)
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.
Public methodSharePointConnectionNotSupportedException(String, Exception)
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.
Top
See Also