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