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

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public class SharePointFileAlreadyExistsException : CMSException

The SharePointFileAlreadyExistsException type exposes the following members.

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
Properties
  NameDescription
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
See Also