Click or drag to resize
SharePointFileAlreadyExistsException Class
Thrown when trying to create a SharePoint file which already exists.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.SharePointSharePointFileAlreadyExistsException

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntax
C#
public class SharePointFileAlreadyExistsException : Exception
Constructors
  NameDescription
Public methodSharePointFileAlreadyExistsException
Thrown when trying to create a SharePoint file which already exists.
Public methodSharePointFileAlreadyExistsException(String)
Thrown when trying to create a SharePoint file which already exists.
Public methodSharePointFileAlreadyExistsException(String, Exception)
Thrown when trying to create a SharePoint file which already exists.
Top
See Also