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: 10.0.0
Syntax
C#
public SharePointServerException(
	string message
)

Parameters

message
Type: SystemString
Exception message
See Also