| SharePointFileAlreadyExistsException Constructor (String, Exception) | 
            Thrown when trying to create a SharePoint file which already exists.
            
 
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 13.0.131
 Syntax
Syntaxpublic SharePointFileAlreadyExistsException(
	string message,
	Exception innerException
)
Parameters
- message
- Type: SystemString
 Exception message
- innerException
- Type: SystemException
 Exception that caused the current exception
 See Also
See Also