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

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public SharePointConnectionNotSupportedException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Exception message
innerException
Type: SystemException
Exception that caused the current exception
See Also