Click or drag to resize
SharePointServerException Constructor (String)
Thrown when error at SharePoint server occurs.

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

Parameters

message
Type: SystemString
Exception message
See Also