Click or drag to resize
SharePointFileAlreadyExistsException Constructor (String)
Thrown when trying to create a SharePoint file which already exists.

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

Parameters

message
Type: SystemString
Exception message
See Also