SharePointFileAlreadyExistsException Constructor (String) |
Thrown when trying to create a SharePoint file which already exists.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax public SharePointFileAlreadyExistsException(
string message
)
Parameters
- message
- Type: SystemString
Exception message
See Also