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

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