Click or drag to resize
SharePointConnectionNotSupportedException Constructor (String)
Indicates that given SharePoint connection is not suitable for SharePoint service implementation.

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

Parameters

message
Type: SystemString
Exception message
See Also