SharePointFileAlreadyExistsException Class |
Namespace: CMS.SharePoint
public class SharePointFileAlreadyExistsException : CMSException
The SharePointFileAlreadyExistsException type exposes the following members.
Name | Description | |
---|---|---|
![]() | SharePointFileAlreadyExistsException |
Thrown when trying to create a SharePoint file which already exists.
|
![]() | SharePointFileAlreadyExistsException(String) |
Thrown when trying to create a SharePoint file which already exists.
|
![]() | SharePointFileAlreadyExistsException(String, Exception) |
Thrown when trying to create a SharePoint file which already exists.
|
Name | Description | |
---|---|---|
![]() | CustomMessage |
Custom message.
(Inherited from CMSException.) |
![]() | Message |
Message.
(Inherited from CMSException.) |
![]() | UIMessage |
Message displayed in the UI to the user
(Inherited from CMSException.) |
Name | Description | |
---|---|---|
![]() | Clone |
Returns clone of the exception.
(Overrides CMSExceptionClone.) |