Click or drag to resize
SharePointServiceFactoryNotSupportedException Class
Indicates the desired SharePoint service factory 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 SharePointServiceFactoryNotSupportedException : CMSException

The SharePointServiceFactoryNotSupportedException type exposes the following members.

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