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

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

The SharePointConnectionNotSupportedException type exposes the following members.

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
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