Click or drag to resize
SharePointFileAlreadyExistsException Class
Thrown when trying to create a SharePoint file which already exists.
Inheritance Hierarchy
System.Object
  System.Exception
    CMS.SharePoint.SharePointFileAlreadyExistsException

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 12.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