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

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

Parameters

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