Click or drag to resize
SharePointServiceFactoryNotSupportedException Constructor (String)
Indicates the desired SharePoint service factory does not have an implementation.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public SharePointServiceFactoryNotSupportedException(
	string message
)

Parameters

message
Type: SystemString
Exception message
See Also